Skip to content

Commit ecccf27

Browse files
committed
Move <BulkUpdateFormBase> in the _List_ section
1 parent 9946e4c commit ecccf27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs_headless/astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ export default defineConfig({
120120
'recordsiterator',
121121
'filterliveform',
122122
'withlistcontext',
123+
enterpriseEntry(
124+
'bulkupdateformbase',
125+
'<BulkUpdateFormBase>'
126+
),
123127
'uselist',
124128
'uselistcontext',
125129
'uselistcontroller',
@@ -135,10 +139,6 @@ export default defineConfig({
135139
'createbase',
136140
'editbase',
137141
'form',
138-
enterpriseEntry(
139-
'bulkupdateformbase',
140-
'<BulkUpdateFormBase>'
141-
),
142142
enterpriseEntry('autosavebase', '<AutoSaveBase>'),
143143
enterpriseEntry(
144144
'autopersistinstorebase',

0 commit comments

Comments
 (0)