{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/list-item",
  "title" : "Refoundry List Item",
  "category" : "text",
  "parent" : [
    "foundry/list"
  ],
  "description" : "Create a list item.",
  "textdomain" : "default",
  "attributes" : {
    "placeholder" : {
      "type" : "string"
    },
    "content" : {
      "type" : "string",
      "default" : "",
      "__experimentalRole" : "content"
    },
    "textStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "markerColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "markerContent" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "markerContent",
    "markerColor",
    "textStyle",
    "useCustomMarker",
    "padding"
  ],
  "supports" : {
    "splitting" : true,
    "className" : false
  },
  "style" : "file:./style.min.css"
}