19 lines
494 B
JSON
19 lines
494 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "dynamiques-blocks/sitemap",
|
|
"version": "0.1.0",
|
|
"title": "Sitemap",
|
|
"category": "dynamiques-blocks",
|
|
"icon": "smiley",
|
|
"description": "Pour afficher une carte du site",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "sitemap",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php"
|
|
} |