{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "custom-post-type-widget-blocks/archives",
  "title": "Archives (Custom Post Type)",
  "category": "custom-post-type-widget-blocks",
  "description": "Display a monthly archive of your posts.",
  "keywords": [],
  "textdomain": "custom-post-type-widget-blocks",
  "attributes": {
    "postType": {
      "type": "string",
      "default": "post"
    },
    "displayAsDropdown": {
      "type": "boolean",
      "default": false
    },
    "showPostCounts": {
      "type": "boolean",
      "default": false
    },
    "archiveType": {
      "type": "string",
      "enum": [ "yearly", "monthly", "weekly", "daily" ],
      "default": "monthly"
    },
    "order": {
      "type": "string",
      "enum": [ "DESC", "ASC" ],
      "default": "DESC"
    }
  },
  "supports": {
    "align": [ "wide", "full" ],
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
				"margin": false,
				"padding": false
			}
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": 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"
}
