commit
34ee03b720
@ -148,9 +148,6 @@
|
||||
@change="space.image = $event.val;"></generic-multiselect>
|
||||
<br/>
|
||||
|
||||
<b-form-checkbox v-model="space.show_facet_count"> Facet Count</b-form-checkbox>
|
||||
<span class="text-muted small">{{ $t('facet_count_info') }}</span><br/>
|
||||
|
||||
<label>{{ $t('FoodInherit') }}</label>
|
||||
<generic-multiselect :initial_selection="space.food_inherit"
|
||||
:model="Models.FOOD_INHERIT_FIELDS"
|
||||
|
@ -204,6 +204,12 @@
|
||||
}}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
<b-form-group :description="$t('substitute_children_help')">
|
||||
<b-form-checkbox v-model="food.substitute_children">{{
|
||||
$t('substitute_children')
|
||||
}}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group :label="$t('InheritFields')" :description="$t('InheritFields_help')">
|
||||
<generic-multiselect
|
||||
|
Loading…
Reference in New Issue
Block a user