Add step-level configuration whether an ingredients table should be shown. User-level default added to settings

This commit is contained in:
srwareham
2023-07-09 17:16:04 -07:00
parent 413da01c5c
commit 6785033a21
32 changed files with 87 additions and 38 deletions

View File

@ -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}