28 lines
695 B
JSON
28 lines
695 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/story-timeline-step",
|
|
"version": "0.1.0",
|
|
"title": "Étape de timeline",
|
|
"category": "carhop-blocks",
|
|
"icon": "calendar",
|
|
"description": "Étape de timeline pour la mise en forme d'une étape de timeline",
|
|
"example": {},
|
|
"parent": [
|
|
"carhop-blocks/story-timeline"
|
|
],
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "carhop-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js",
|
|
"attributes": {
|
|
"year": {
|
|
"type": "number",
|
|
"default": 2025
|
|
}
|
|
}
|
|
} |