mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:57:53 +00:00
Merge branch 'main' into next
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
This commit is contained in:
commit
77413656e6
@ -38,7 +38,6 @@ export class PresetNocoBase extends Plugin {
|
||||
'client',
|
||||
'action-import',
|
||||
'action-export',
|
||||
// 'backup-restore',
|
||||
'block-iframe',
|
||||
'block-workbench',
|
||||
'field-formula',
|
||||
@ -74,6 +73,7 @@ export class PresetNocoBase extends Plugin {
|
||||
'field-markdown-vditor>=0.21.0-alpha.16',
|
||||
'workflow-mailer',
|
||||
'field-m2m-array',
|
||||
'backup-restore',
|
||||
];
|
||||
|
||||
splitNames(name: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user