mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
Merge pull request #2539 from srwareham/hide-step-ingredients
Added option: Hide step ingredients
This commit is contained in:
@@ -4575,6 +4575,12 @@ export interface Step {
|
||||
* @memberof Step
|
||||
*/
|
||||
numrecipe?: string;
|
||||
/**
|
||||
*
|
||||
* @type {boolean}
|
||||
* @memberof Step
|
||||
*/
|
||||
show_ingredeints_table?: boolean;
|
||||
}
|
||||
/**
|
||||
*
|
||||
@@ -5180,6 +5186,12 @@ export interface UserPreference {
|
||||
* @memberof UserPreference
|
||||
*/
|
||||
left_handed?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {boolean}
|
||||
* @memberof UserPreference
|
||||
*/
|
||||
show_step_ingredients?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user