plugin.json是DaoKeCMS插件的元数据文件,放在插件目录根下。必须为合法JSON格式。
{
"name": "广告位", "title": "广告位管理", "slug": "adslot",
"version": "1.0.0", "author": "刀客CMS",
"main": "main.php", "type": "business",
"admin": true, "builtin": false,
"preview": "preview.svg", "tags": ["运营","变现"]
}