{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/list",
  "title" : "Refoundry List",
  "category" : "text",
  "description" : "Create a bulleted or numbered list.",
  "keywords" : [
    "bullet list",
    "ordered list",
    "numbered list"
  ],
  "textdomain" : "default",
  "attributes" : {
    "ordered" : {
      "type" : "boolean",
      "default" : false,
      "__experimentalRole" : "content"
    },
    "start" : {
      "type" : "number"
    },
    "reversed" : {
      "type" : "boolean"
    },
    "useCustomMarker" : {
      "type" : "boolean",
      "default" : false
    },
    "markerContent" : {
      "type" : "string"
    },
    "markerFontFamily" : {
      "type" : "string"
    },
    "markerColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "markerWeight" : {
      "type" : "number",
      "default" : 500
    },
    "textStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "padding" : {
      "type" : "string"
    },
    "indentation" : {
      "type" : "string"
    },
    "innerBlocks": {
      "type": "array"
    },
    "display" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "display",
      "default" : {
        "all" : "flex"
      }
    },
    "flex" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "flex",
      "default" : {
        "all" : "col"
      }
    },
    "align" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "align"
    },
    "justify" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "justify"
    },
    "gap" : {
      "type" : "string"
    }
  },
  "supports" : {
    "className" : false,
    "__unstablePasteTextInline" : true,
    "__experimentalSelector" : "ol,ul",
    "__experimentalSlashInserter" : true
  },
  "providesContext" : {
    "markerContent" : "markerContent",
    "markerColor" : "markerColor",
    "useCustomMarker" : "useCustomMarker",
    "textStyle" : "textStyle",
    "padding" : "padding"
  },
  "usesContext" : [
    "textStyle"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css"
}