{
	"name": "kubio/sidebar",
	"title": "Sidebar",
	"description": "You can create separate sidebars for web pages, blog, and articles, in order to create different user journeys.",
	"category": "kubio-template-parts",
	"attributes": {
		"postId": {
			"type": "number"
		},
		"slug": {
			"type": "string"
		},
		"theme": {
			"type": "string"
		},
		"kubio": {
			"type": "object"
		},
		"tagName": {
			"type": "string",
      "default": "div"
    }
  },
  "supports": {
    "kubio": {
      "elementsEnum": {
        "CONTAINER": "container"
      },
      "elementsByName": {
        "container": {
          "wrapper": true,
          "default": true
        }
      },
			"template": {
				"type": "element",
				"props": {
					"name": "container"
				},
				"children": [
					{
						"type": "wp:InnerBlocks"
					}
				]
			}
		},
		"__experimentalDisableBlockOverlay": true
	}
}
