{
	"default": {
		"name": "default",
		"label": "Default",
		"description": "Default box-based FAQ theme.",
		"type": "core",
		"faq_attributes": {
			"id": {
				"type": "string",
				"default": ""
			},
			"unique_id": {
				"type": "string",
				"default": ""
			},
			"unique_id_raw": {
				"type": "string",
				"default": ""
			},
			"group": {
				"type": "string",
				"default": ""
			},
			"template": {
				"type": "string",
				"default": "box-expand"
			},
			"theme": {
				"type": "string",
				"default": "default"
			},
			"icon": {
				"type": "string",
				"default": "arrow1"
			},
			"icon_size": {
				"type": "string",
				"default": "18"
			},
			"rotate_icon": {
				"type": "boolean",
				"default": true
			},
			"faq_border": {
				"type": "string",
				"default": "{\"literal\":\"1 #eee solid\"}"
			},
			"q_color": {
				"type": "string",
				"default": "rgba(0, 0, 0, 1)"
			},
			"q_bg_color": {
				"type": "string",
				"default": "rgba(246, 246, 246, 1)"
			},
			"a_color": {
				"type": "string",
				"default": "rgba(0, 0, 0, 1)"
			},
			"icon_expand_color": {
				"type": "string",
				"default": "rgba(170, 170, 170, 1)"
			},
			"group_label": {
				"type": "boolean",
				"default": true
			},
			"gutenberg_bl": {
				"type": "boolean",
				"default": false
			},
			"faq_theme_select": {
				"type": "string",
				"default": "{\"value\":\"default\",\"label\":\"Default\"}"
			},
			"faqPostId": {
				"type": "string",
				"default": "[]"
			},
			"faqGroupId": {
				"type": "string",
				"default": "[]"
			},
			"faq_group_toggle": {
				"type": "boolean",
				"default": false
			},
			"faqThemeCustomizedStatus": {
				"type": "boolean",
				"default": false
			},
			"_factory_labels": {
				"type": "boolean",
				"default": false
			},
			"_parent_theme": {
				"type": "string",
				"default": "default"
			},
			"_theme_type": {
				"type": "string",
				"default": "core"
			},
			"_icon_supports_bg": {
				"type": "string",
				"default": "{\"arrow1\":false,\"arrow2\":false,\"plus1\":false}"
			}
		}
	},
	"no-icon-rotation": {
		"name": "no-icon-rotation",
		"label": "No Icon Rotation",
		"description": "No icon rotation when FAQ items expanded.",
		"type": "core",
		"faq_attributes": {
			"rotate_icon": {
				"type": "boolean",
				"default": false
			},
			"icon": {
				"type": "string",
				"default": "arrow2"
			},
			"_parent_theme": {
				"type": "string",
				"default": "no-icon-rotation"
			}
		}
	},
	"blue-colored-q-bg": {
		"name": "blue-colored-q-bg",
		"label": "Blue Question Background",
		"description": "Custom color added to the question background, and expand icon is left-aligned.",
		"type": "core",
		"faq_attributes": {
			"q_bg_color": {
				"type": "string",
				"default": "#d5efee"
			},
			"q_color": {
				"type": "string",
				"default": "#444545"
			},
			"icon_expand_color": {
				"type": "string",
				"default": "#444545"
			},
			"faq_border": {
				"type": "string",
				"default": "{\"literal\":\"1 #a0d6d4 solid\"}"
			},
			"_parent_theme": {
				"type": "string",
				"default": "blue-colored-q-bg"
			}
		}
	},
	"red-colored-q-text": {
		"name": "red-colored-q-text",
		"label": "Red Question Text",
		"description": "Custom text color with left-aligned 'plus' expand icon.",
		"type": "core",
		"faq_attributes": {
			"icon": {
				"type": "string",
				"default": "plus1"
			},
			"rotate_icon": {
				"type": "boolean",
				"default": false
			},
			"q_color": {
				"type": "string",
				"default": "#b71414"
			},
			"faq_border": {
				"type": "string",
				"default": "{\"literal\":\"1 #b71414 solid\"}"
			},
			"_parent_theme": {
				"type": "string",
				"default": "red-colored-q-text"
			}
		}
	}
}