31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/labelled-picture",
|
|
"version": "0.1.0",
|
|
"title": "Image Sticker-Légende",
|
|
"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": {
|
|
"pictureUrl": {
|
|
"type": "string"
|
|
},
|
|
"pictureAlt": {
|
|
"type": "string"
|
|
},
|
|
"pictureId": {
|
|
"type": "number"
|
|
},
|
|
"pictureCaption": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |