20 lines
563 B
JSON
20 lines
563 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/story-timeline",
|
|
"version": "0.1.0",
|
|
"title": "Timeline",
|
|
"category": "carhop-blocks",
|
|
"icon": "calendar-alt",
|
|
"description": "Boite de timeline pour la mise en forme d'une timeline",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "carhop-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js",
|
|
"render": "file:./render.php"
|
|
} |