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