22 lines
586 B
JSON
22 lines
586 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "lhoist-blocks/search-and-find",
|
|
"version": "0.1.0",
|
|
"title": "Search and Find",
|
|
"category": "lhoist-content-blocks",
|
|
"icon": {
|
|
"foreground": "#299BD4",
|
|
"src": "table-row-delete"
|
|
},
|
|
"description": "Example block scaffolded with Create Block tool.",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "todo-list",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js"
|
|
} |