{
	"name": "tenup/tabs",
	"title": "Tabs",
	"description": "Display sections of content with brief headings in a compact tab layout that shows one section at a time.",
	"text-domain": "publisher-media-kit",
	"category": "common",
	"example": {
		"innerBlocks": [
			{
				"name": "tenup/tabs-item",
				"attributes": {
					"header": "Tab Header"
				},
				"innerBlocks": [
					{
						"name": "core/paragraph",
						"attributes": {
							"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis."
						}
					}
				]
			},
			{
				"name": "tenup/tabs-item",
				"attributes": {
					"header": "Tab Two Header"
				},
				"innerBlocks": [
					{
						"name": "core/paragraph",
						"attributes": {
							"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis."
						}
					},
					{
						"name": "core/image",
						"attributes": {
							"url": "https://s.w.org/images/core/5.3/Windbuchencom.jpg"
						}
					}
				]
			}
		]
	},
	"attributes": {
		"tabsTitle": {
		  "type": "string"
		}
  },
  "supports": {
    "html": false
  }
}
