Skip to content

Commit

Permalink
fix editable table field in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Jun 15, 2022
1 parent 3e00f5b commit a1ff382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@
cols: boostsCols,
rows: settings.fieldBoosts,
errors: settings.getErrors('fieldBoosts'),
allowAdd: true,
allowReorder: true,
allowDelete: true
}) }}

0 comments on commit a1ff382

Please sign in to comment.