Files
nocobase/packages/plugins/@nocobase/plugin-block-iframe/package.json
T
Zeke Zhang 047f88cd24 feat(plugins): add client-v2 blocks (#9297)
* feat(plugins): add client-v2 block plugins

* fix(client-v2): address plugin review issues

* fix(client-v2): drop template plugin migration

* fix(plugin-gantt): comment out model loader registration

* fix(client-v2): drop charts plugin migration

* feat(data-visualization): migrate client v2

* chore(data-visualization): remove unused ECharts files

* feat(data-visualization): add v2 echarts

* refactor(index): export isTitleField from flow-compat

* fix(kanban): align client-v2 settings

* chore(plugin-block-multi-step-form): remove client-v2 files

* chore(plugin-block-tree): remove unused components and files

* chore(plugin-gantt): remove unused client-v2 files

* chore(map): remove Google Maps components and models

- Deleted Google Maps related components, models, and utility functions.
- This includes the Search component, Map component, and various field models.
- Cleaned up the codebase by removing unused files and simplifying the structure.

BREAKING CHANGE: This change removes all Google Maps functionality from the plugin.

* chore(kanban): remove unused models and plugin code

* chore(calendar): remove deprecated calendar models and components

* fix(chart): cast chart type options to any
2026-05-06 18:24:13 +08:00

37 lines
1.4 KiB
JSON

{
"name": "@nocobase/plugin-block-iframe",
"displayName": "Block: iframe",
"displayName.ru-RU": "Блок: iframe",
"displayName.zh-CN": "区块:iframe",
"description": "Create an iframe block on the page to embed and display external web pages or content.",
"description.ru-RU": "Создавайте iframe-блоки и управляйте ими на странице для встраивания и отображения внешних веб-страниц или контента.",
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
"version": "2.1.0-beta.25",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/block-iframe",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-iframe",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"antd": "5.x",
"react": "^18.2.0",
"react-i18next": "^11.15.1",
"react-iframe": "~1.8.5"
},
"peerDependencies": {
"@nocobase/actions": "2.x",
"@nocobase/client": "2.x",
"@nocobase/client-v2": "2.x",
"@nocobase/database": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Blocks"
]
}