46 lines
1018 B
JSON
46 lines
1018 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/labelled-picture",
|
|
"version": "0.1.0",
|
|
"title": "Image + Légende Autocollante",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Bloc image contenant une légende autocollante",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "homegrade-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"hasStickyLegend": {
|
|
"type": "boolean",
|
|
"default": "true"
|
|
},
|
|
"hasFixedHeight": {
|
|
"type": "boolean",
|
|
"default": "true"
|
|
},
|
|
"showTitle": {
|
|
"type": "boolean",
|
|
"default": "true"
|
|
},
|
|
"pictureUrl": {
|
|
"type": "string"
|
|
},
|
|
"pictureTitle": {
|
|
"type": "string"
|
|
},
|
|
"pictureAlt": {
|
|
"type": "string"
|
|
},
|
|
"pictureId": {
|
|
"type": "number"
|
|
},
|
|
"pictureCaption": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |