mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
allow disabling of ingredient overview
This commit is contained in:
@@ -1851,6 +1851,12 @@ export interface Recipe {
|
||||
* @memberof Recipe
|
||||
*/
|
||||
internal?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {boolean}
|
||||
* @memberof Recipe
|
||||
*/
|
||||
show_ingredient_overview?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {RecipeNutrition}
|
||||
|
||||
Reference in New Issue
Block a user