Skip to content

Commit

Permalink
Fix db/demo/field_groups.yml to generate valid entries (label is a re…
Browse files Browse the repository at this point in the history
…quired field).
  • Loading branch information
steveyken committed Oct 25, 2023
1 parent 1823e27 commit e13b21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/demo/field_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ field_group_<%= i %>:
id : <%= i %>
klass_name : <%= klasses[i-1] %>
name : "Extra"
position : 1
position : 1,
label : "Extra"
<% end %>

0 comments on commit e13b21e

Please sign in to comment.