{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wb/wp-vk",
  "version": "2.0.0",
  "title": "付费内容插件",
  "category": "wb-block",
  "icon": "smiley",
  "description": "插入隐藏内容起始标记及设定价格。",
  "example": {},
  "supports": {},
  "textdomain": "wp-vk",
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "attributes": {
    "vkMark": {
      "type": "string",
      "default": "<!--以下为付费内容-->"
    },
    "vk_price": {
      "type": "string",
      "source": "meta",
      "meta": "vk_price"
    }
  }
}