FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
CollapsibleRow
Edit File: block.json
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "surecart/collapsible-row", "title": "Collapsible Row", "description": "Display a collapsible row", "category": "surecart", "keywords": ["toggle", "collapse"], "supports": { "html": false, "align": ["wide", "full"] }, "attributes": { "heading": { "type": "string", "default": "Collapsible row" }, "icon": { "type": "string", "default": "plus" } }, "style": "file:./style.css" }
Save
Back