{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "vslm/vslm-block",
  "version": "1.0",
  "title": "VS Link Manager",
  "category": "text",
  "icon": "editor-ul",
  "textdomain": "very-simple-link-manager",
  "attributes": {
    "listType": {
      "type": "string"
    },
    "shortcodeSettings": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js"
}