{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "custom-post-type-widget-blocks/calendar",
  "title": "Calendar (Custom Post Type)",
  "category": "custom-post-type-widget-blocks",
  "description": "A calendar of your site’s posts.",
  "keywords": [ "posts", "archive" ],
  "textdomain": "custom-post-type-widget-blocks",
  "attributes": {
    "postType": {
      "type": "string",
      "default": "post"
    },
    "month": {
      "type": "integer"
    },
    "year": {
      "type": "integer"
    }
  },
  "supports": {
    "align": [ "wide", "full" ],
    "color": {
      "link": true,
      "__experimentalSkipSerialization": [ "text", "background" ],
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      },
      "__experimentalSelector": "table, th"
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
		"interactivity": {
			"clientNavigation": true
		}
  },
  "editorScript" : "custom-post-type-widget-blocks-editor-script",
  "editorStyle": "custom-post-type-widget-blocks-editor-style",
  "style": "custom-post-type-widget-blocks-style"
}
