{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sp-easy-accordion-pro/sidebar-tab-accordion",
  "title": "Sidebar Tab Accordion",
  "category": "sp-easy-accordion-pro",
  "icon": "editor-table",
  "description": "Display FAQs compactly using a sidebar tab accordion to save space.",
  "textdomain": "easy-accordion-free",
  "supports": {
		"align": ["wide", "full"],
		"customClassName": false
	},
	"example": {
		"attributes": {
			"isPreview": true
		}
	},
  "editorScript": "sp_eab_admin_index_js",
  "editorStyle": "sp_eab_editor_style",
  "script": [
    "sp-eap-accordion",
    "sp_eab_script_js"
  ],
  "style": [
    "sp_eab_main_css",
    "sp_eab_google_fonts",
    "sp_eab_fontello_style",
    "sp-ea-animation"
  ]
}