{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "collapsing/archives",
  "version": "3.0.0",
  "title": "Collapsing Archives",
  "category": "text",
  "icon": "flag",
  "description": "A Gutenberg block to show a collapsible list of your posts organized by date",
  "attributes": {
		"blockId": { "type": "string"},
    "widgetTitle": {"type":"string", "default": "archives"},
    "showPages": { "type": "boolean", "default": false},
    "showMonthCount": { "type": "boolean", "default": true},
    "showYearCount": { "type": "boolean", "default": true},
    "showPostDate": { "type": "boolean", "default": false},
    "inExcludeCat": {"type":"string", "default": "exclude"},
    "inExcludeCats": {"type":"string", "default": ""},
    "inExcludeYear": {"type":"string", "default": "exclude"},
    "inExcludeYears": {"type":"string", "default": ""},
    "showPosts": {"type":"boolean", "default": true}, 
    "linkToArch": {"type":"boolean", "default": true},
    "sort": {"type":"string", "default": "DESC"},
    "expand": {"type":"string", "default": "0"},
    "customExpand": {"type":"string", "default": ""},
    "postTitleLength": {"type":"string", "default": 0},
    "post_type": {"type":"string", "default": "post"},
    "postDateAppend": {"type":"string", "default": "after"},
    "postDateFormat": {"type":"string", "default": "m/d"},
    "useCookies": {"type":"boolean", "default": true},
    "expandCurrentYear": {"type":"boolean", "default": true},
    "expandCurrentMonth": {"type":"boolean", "default": true},
    "expandYears": {"type":"boolean", "default": true},
    "expandMonths": {"type":"boolean", "default": true},
    "style": {"type":"string", "default": "theme"},
    "taxonomy": {"type":"string", "default": "category"},
    "debug": {"type":"boolean", "default":false}
  },
  "supports": {
    "html": false
  },
  "textdomain": "collapsing-archives",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}
