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

This commit is contained in:
GitHub Actions Bot 2024-09-03 15:04:37 +00:00
commit 77413656e6

View File

@ -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) {