author | ymh <ymh.work@gmail.com> |
Wed, 21 Sep 2022 18:19:35 +0200 | |
changeset 18 | be944660c56a |
parent 16 | a86126ab1dd4 |
child 19 | 3d72ae0968f4 |
permissions | -rw-r--r-- |
{ "apiVersion": 2, "name": "core/column", "title": "Column", "category": "text", "parent": [ "core/columns" ], "description": "A single column within a columns block.", "textdomain": "default", "attributes": { "verticalAlignment": { "type": "string" }, "width": { "type": "string" }, "templateLock": { "enum": [ "all", "insert", false ] } }, "supports": { "anchor": true, "reusable": false, "html": false, "color": { "gradients": true, "link": true }, "spacing": { "padding": true } } }