{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Pattern Inserter",
  "apiVersion": 3,
  "name": "dlxplugins/dlx-pw-pattern-inserter",
  "category": "design",
  "icon": "<svg width='100%' height='100%' viewBox='0 0 2134 2134' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M444.444,0L88.889,0C39.822,0 0,39.822 0,88.889L0,444.444C0,493.511 39.822,533.333 88.889,533.333L444.444,533.333C493.511,533.333 533.333,493.511 533.333,444.444L533.333,88.889C533.333,39.822 493.511,0 444.444,0Z' fill='#bbe7fe' /><path d='M444.444,800L88.889,800C39.822,800 0,839.822 0,888.889L0,1244.44C0,1293.51 39.822,1333.33 88.889,1333.33L444.444,1333.33C493.511,1333.33 533.333,1293.51 533.333,1244.44L533.333,888.889C533.333,839.822 493.511,800 444.444,800Z' fill='#ffd4db'/><path d='M444.444,1600L88.889,1600C39.822,1600 0,1639.82 0,1688.89L0,2044.44C0,2093.51 39.822,2133.33 88.889,2133.33L444.444,2133.33C493.511,2133.33 533.333,2093.51 533.333,2044.44L533.333,1688.89C533.333,1639.82 493.511,1600 444.444,1600Z' fill='#e5c2b5' /><path d='M1244.44,0L888.889,0C839.822,0 800,39.822 800,88.889L800,444.444C800,493.511 839.822,533.333 888.889,533.333L1244.44,533.333C1293.51,533.333 1333.33,493.511 1333.33,444.444L1333.33,88.889C1333.33,39.822 1293.51,0 1244.44,0Z' fill='#e5e3b5' /><path d='M1244.44,800L888.889,800C839.822,800 800,839.822 800,888.889L800,1244.44C800,1293.51 839.822,1333.33 888.889,1333.33L1244.44,1333.33C1293.51,1333.33 1333.33,1293.51 1333.33,1244.44L1333.33,888.889C1333.33,839.822 1293.51,800 1244.44,800Z' fill='#d3b5e5' /><path d='M1244.44,1600L888.889,1600C839.822,1600 800,1639.82 800,1688.89L800,2044.44C800,2093.51 839.822,2133.33 888.889,2133.33L1244.44,2133.33C1293.51,2133.33 1333.33,2093.51 1333.33,2044.44L1333.33,1688.89C1333.33,1639.82 1293.51,1600 1244.44,1600Z' fill='#e5e3b5' /><path d='M2044.44,0L1688.89,0C1639.82,0 1600,39.822 1600,88.889L1600,444.444C1600,493.511 1639.82,533.333 1688.89,533.333L2044.44,533.333C2093.51,533.333 2133.33,493.511 2133.33,444.444L2133.33,88.889C2133.33,39.822 2093.51,0 2044.44,0Z' fill='#e5c2b5'/><path d='M2044.44,800L1688.89,800C1639.82,800 1600,839.822 1600,888.889L1600,1244.44C1600,1293.51 1639.82,1333.33 1688.89,1333.33L2044.44,1333.33C2093.51,1333.33 2133.33,1293.51 2133.33,1244.44L2133.33,888.889C2133.33,839.822 2093.51,800 2044.44,800Z' fill='#ffd4db'/><path d='M2044.44,1600L1688.89,1600C1639.82,1600 1600,1639.82 1600,1688.89L1600,2044.44C1600,2093.51 1639.82,2133.33 1688.89,2133.33L2044.44,2133.33C2093.51,2133.33 2133.33,2093.51 2133.33,2044.44L2133.33,1688.89C2133.33,1639.82 2093.51,1600 2044.44,1600Z' fill='#ffd4db'/></svg>",
  "description": "Paste in a pattern and it will be inserted for you.",
  "keywords": [
    "remote",
    "pattern",
    "inserter"
  ],
  "version": "1.0.0",
  "textdomain": "dlx-pattern-wrangler",
  "attributes": {
    "preview": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "dlx-pw-pattern-inserter-block"
}