Merge branch 'develop' into generic_card_fix
This commit is contained in:
@ -200,7 +200,7 @@ export class Models {
|
||||
'name': i18n.t('Recipe'),
|
||||
'apiName': 'Recipe',
|
||||
'list': {
|
||||
'params': ['query', 'keywords', 'foods', 'units', 'books', 'keywordsOr', 'foodsOr', 'booksOr', 'internal', 'random', '_new', 'page', 'pageSize', 'options'],
|
||||
'params': ['query', 'keywords', 'foods', 'units', 'rating', 'books', 'keywordsOr', 'foodsOr', 'booksOr', 'internal', 'random', '_new', 'page', 'pageSize', 'options'],
|
||||
'config': {
|
||||
'foods': {'type':'string'},
|
||||
'keywords': {'type': 'string'},
|
||||
@ -209,6 +209,15 @@ export class Models {
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
static MEAL_PLAN = {
|
||||
'name': i18n.t('Meal_Plan'),
|
||||
'apiName': 'MealPlan',
|
||||
'list': {
|
||||
'params': ['options'],
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user