Skip to content

Commit a1ff382

Browse files
committed
fix editable table field in settings
1 parent 3e00f5b commit a1ff382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates/settings.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,7 @@
123123
cols: boostsCols,
124124
rows: settings.fieldBoosts,
125125
errors: settings.getErrors('fieldBoosts'),
126+
allowAdd: true,
127+
allowReorder: true,
128+
allowDelete: true
126129
}) }}

0 commit comments

Comments
 (0)