mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
feat(config-dist): add default user setting 'recipes_ignore_stock_on_add_to_cart_checkbox'
ref https://github.com/grocy/grocy/issues/686
This commit is contained in:
parent
2a124a3d47
commit
82ade00300
|
|
@ -210,6 +210,7 @@ DefaultUserSetting('shopping_list_print_layout_type', 'table'); // Default for t
|
||||||
DefaultUserSetting('recipe_ingredients_group_by_product_group', false); // Group recipe ingredients by their product group
|
DefaultUserSetting('recipe_ingredients_group_by_product_group', false); // Group recipe ingredients by their product group
|
||||||
DefaultUserSetting('recipes_show_list_side_by_side', true); // If the recipe should be displayed next to recipe list on the recipes page
|
DefaultUserSetting('recipes_show_list_side_by_side', true); // If the recipe should be displayed next to recipe list on the recipes page
|
||||||
DefaultUserSetting('recipes_show_ingredient_checkbox', false); // When enabled, a little checkbox will be shown next to each ingredient to mark it as done
|
DefaultUserSetting('recipes_show_ingredient_checkbox', false); // When enabled, a little checkbox will be shown next to each ingredient to mark it as done
|
||||||
|
DefaultUserSetting('recipes_ignore_stock_on_add_to_cart_checkbox', false); // When enabled, the add to cart on a recipe will act as an add all ingredients, not a add all missing ingredients button
|
||||||
|
|
||||||
// Chores settings
|
// Chores settings
|
||||||
DefaultUserSetting('chores_due_soon_days', 5); // The "due soon" days
|
DefaultUserSetting('chores_due_soon_days', 5); // The "due soon" days
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user