mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:15:44 +00:00
16 lines
559 B
JSON
16 lines
559 B
JSON
{
|
||
"name": "@nocobase/plugin-iframe-block",
|
||
"displayName": "iframe",
|
||
"displayName.zh-CN": "iframe",
|
||
"description": "create and manage IFrame blocks on the page for embedding and displaying external web pages or content.",
|
||
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
||
"version": "0.9.4-alpha.2",
|
||
"license": "AGPL-3.0",
|
||
"main": "./lib/index.js",
|
||
"types": "./lib/index.d.ts",
|
||
"devDependencies": {
|
||
"@nocobase/server": "0.9.4-alpha.2",
|
||
"@nocobase/test": "0.9.4-alpha.2"
|
||
}
|
||
}
|