{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sp-easy-accordion-pro/horizontal-accordion",
  "title": "Horizontal Accordion",
  "category": "sp-easy-accordion-pro",
  "description": "Showcase FAQs in a horizontal accordion layout with an expanding effect",
  "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"
  ]
}