carhop__plugins__PROD-DEV/plugins/carhop-blocks/build/dbmob-archives/block.json
2026-05-20 14:04:29 +02:00

26 lines
658 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "carhop-blocks/dbmob-archives",
"version": "0.1.0",
"title": "Archives des notices biographiques",
"category": "carhop-blocks",
"icon": "grid-view",
"description": "Archives des notices biographiques",
"supports": {
"html": false,
"anchor": true
},
"textdomain": "carhop-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"render": "file:./render.php",
"viewScript": "file:./view.js",
"attributes": {
"anchor": {
"type": "string",
"default": ""
}
}
}