FEATURE handling native alignements

This commit is contained in:
Antoine M 2026-01-27 13:53:40 +01:00
parent ebc2a9fb40
commit 9eda00022e

View File

@ -10,7 +10,11 @@
"example": {}, "example": {},
"supports": { "supports": {
"html": false, "html": false,
"anchor": true "anchor": true,
"align": [
"wide",
"full"
]
}, },
"textdomain": "carhop-blocks", "textdomain": "carhop-blocks",
"editorScript": "file:./index.js", "editorScript": "file:./index.js",
@ -42,8 +46,9 @@
"type": "string", "type": "string",
"default": "full", "default": "full",
"enum": [ "enum": [
"full", "contained",
"contained" "wide",
"full"
] ]
} }
} }