@nocobase/plugin-block-template
Version:
Create and manage block templates for reuse on pages.
27 lines (26 loc) • 1.1 kB
JSON
{
"name": "@nocobase/plugin-block-template",
"displayName": "Block: template",
"displayName.ru-RU": "Блок: шаблон",
"displayName.zh-CN": "区块:模板",
"description": "Create and manage block templates for reuse on pages.",
"description.ru-RU": "Создавайте и управляйте шаблонами блоков для повторного использования на страницах.",
"description.zh-CN": "创建和管理区块模板,用于在页面中重复使用。",
"version": "1.9.36",
"license": "AGPL-3.0",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/block-template",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/block-template",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-template",
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/plugin-ui-schema-storage": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"keywords": [
"Block",
"Template"
],
"gitHead": "974d939c227392b8b2fa04078f2b67a810dc48d3"
}