Files
nocobase/packages/plugins/@nocobase/plugin-block-multi-step-form/package.json
T
b263a83a12 chore: open source commercial plugins and update license from AGPL-3.0 to Apache-2.0 (#8682)
* feat: open-source plugin source code

* fix: fdw

* feat: update readme.md

* fix: gitignore

* fix: peerDependencies

* fix: remove zh-cn.md

* feat: update license

* fix: peerDependencies

* fix: peerDependencies

* test(ai): fix breaking test case of tools loader

* fix(verification): dep

* fix: deps

* fix: version

* feat: plugin-comments

* fix: deps

---------

Co-authored-by: Drol <cgyrock@gmail.com>
Co-authored-by: xilesun <2013xile@gmail.com>
2026-02-24 20:34:06 +08:00

27 lines
830 B
JSON

{
"name": "@nocobase/plugin-block-multi-step-form",
"displayName": "Block: Multi-step form",
"displayName.zh-CN": "区块:分步表单",
"description": "Break the form with many fields into multiple steps to ease the burden on users.",
"description.zh-CN": "将包含很多字段的表单分成多个步骤填写,以减轻用户的负担。",
"version": "2.0.2",
"license": "Apache-2.0",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/block-steps-from",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-steps-from",
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"nocobase": {
"supportedVersions": [
"1.x"
],
"editionLevel": 0
},
"keywords": [
"Blocks"
]
}