{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/nav-search",
  "title" : "Refoundry Search",
  "category" : "design",
  "parent" : [
    "foundry/navigation"
  ],
  "description" : "Renders a search form.",
  "textdomain" : "default",
  "attributes" : {
    "placeholder" : {
      "type" : "string",
      "default" : "Search..."
    },
    "clickToReveal" : {
      "type" : "string",
      "default" : "always"
    },
    "toggleIconColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "toggleIconBg" : {
      "type" : "string",
      "isFndryId" : true
    }
  },
  "usesContext" : [
  ],
  "supports" : {
    "reusable" : false,
    "html" : false,
    "__experimentalSlashInserter" : true
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css"
}