{
	"apiVersion": 2,
	"name": "jnews/faq-item",
	"title": "JNews FAQ Item",
	"description": "list of Frequently Asked Questions.",
	"class_callback": "\\JNEWS_ESSENTIAL\\Block\\JNews_FAQ_Item",
	"category": "jnews-elements",
	"allowCopyStyle": true,
	"allowedBlocks": [
		"core/paragraph",
		"core/list",
		"core/heading"
	],
	"parent": [
		"jnews/faqs"
	],
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"question": {
			"type": "string"
		},
		"isFirst": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"className": false,
		"html": false,
		"innerBlocks": true
	},
	"keywords": [
		"faq",
		"item",
		"faq item"
	]
}