Files
SIGE-WEB-snapshot/wp-content/plugins/all-in-one-video-gallery/blocks/build/search/block.json

59 lines
1.1 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "aiovg/search",
"version": "4.7.6",
"title": "AIOVG - Search Form",
"category": "all-in-one-video-gallery",
"attributes": {
"template": {
"type": "string",
"default": "vertical"
},
"keyword": {
"type": "boolean",
"default": true
},
"category": {
"type": "boolean",
"default": true
},
"tag": {
"type": "boolean",
"default": true
},
"sort": {
"type": "boolean",
"default": false
},
"search_button": {
"type": "boolean",
"default": true
},
"reset_button": {
"type": "boolean",
"default": true
},
"target": {
"type": "string",
"default": "default"
},
"style": {
"type": "object"
}
},
"keywords": [
"search",
"videos",
"all-in-one-video-gallery",
"aiovg"
],
"icon": "search",
"description": "A videos search form for your site.",
"textdomain": "all-in-one-video-gallery",
"editorScript": "file:./index.js",
"supports": {
"customClassName": true,
"css": true
}
}