24 lines
628 B
JSON
24 lines
628 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/illustration-thematique",
|
|
"version": "0.1.0",
|
|
"title": "Illustration thématique",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Pour insérer une illustration thématique générale",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "test",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php",
|
|
"attributes": {
|
|
"focusPoints": {
|
|
"type": "array",
|
|
"default": []
|
|
}
|
|
}
|
|
} |