chore: Add feature flags in the settings console (#5657)
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
<div class="field-unit__field">
|
||||
<% field.data.each do |key,val| %>
|
||||
<%= key %>: <%= check_box "enabled_features", "feature_#{key}", { checked: val }, true, false %>
|
||||
<br/>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user