22 lines
614 B
JSON
22 lines
614 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/infos-seminaires",
|
|
"version": "0.1.0",
|
|
"title": "Infos Séminaires",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Pour rajouter des informations sur un séminaire à venir dans une news conférence et atelier",
|
|
"keywords": [
|
|
"seminaire",
|
|
"webinaire",
|
|
"conférence"
|
|
],
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "homegrade-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css"
|
|
} |