27 lines
614 B
JSON
27 lines
614 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "dynamiques-blocks/interview-question",
|
|
"version": "0.1.0",
|
|
"title": "Question",
|
|
"category": "widgets",
|
|
"icon": "smiley",
|
|
"description": "Bloc de question d'interview",
|
|
"example": {},
|
|
"parent": [
|
|
"dynamiques-blocks/interview"
|
|
],
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "interview-question",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
}
|
|
} |