{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "c4l/do-dont-cards",
  "version": "1.0.0",
  "title": "Do/Don't Cards",
  "description": "Comparative display where the learner can find the correct and incorrect ways to do something or conceive a particular idea in a joint visual context.",
  "keywords": [
    "do",
    "don't",
    "dont",
    "cards",
    "correct",
    "incorrect"
  ],
  "supports": {
    "html": false
  },
  "styles": [
    {
      "name": "compact-width",
      "label": "Compact width",
      "isDefault": true
    },
    {
      "name": "full-width",
      "label": "Full width"
    }
  ],
  "example": {
    "attributes": {
      "content": "Lorem ipsum dolor sit amet"
    }
  },
  "textdomain": "do-dont-cards",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}