mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
* 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>
27 lines
830 B
JSON
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"
|
|
]
|
|
}
|