golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/essential-blocks/src/blocks/accordion
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
926 B
Del
OK
src
-
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "title": "Accordion", "apiVersion": 2, "name": "essential-blocks/accordion", "category": "essential-blocks", "description": "Display your FAQs & improve user experience with Accordion/Toggle block", "textdomain": "essential-blocks", "supports": { "anchor": true, "html": false, "align": [ "wide", "full" ] }, "editorScript": "essential-blocks-editor-script", "providesContext": { "eb/accordionParentBlockId": "blockId", "eb/accordionInheritedAccordionType": "accordionType", "eb/accordionInheritedDisplayIcon": "displayIcon", "eb/accordionInheritedTabIcon": "tabIcon", "eb/accordionInheritedExpandedIcon": "expandedIcon", "eb/accordionInheritedTagName": "tagName", "eb/accordionFaqSchema": "faqSchema", "eb/accordionLists": "accordionLists", "eb/accordionType": "accordionType" } }
Save