mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
new meal planner basic features implemented
This commit is contained in:
@@ -370,6 +370,15 @@ export class Models {
|
||||
|
||||
}
|
||||
|
||||
static MEAL_TYPE = {
|
||||
'name': i18n.t('Meal_Type'),
|
||||
'apiName': 'MealType',
|
||||
'list': {
|
||||
'params': ['filter_list'],
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
static MEAL_PLAN = {
|
||||
'name': i18n.t('Meal_Plan'),
|
||||
'apiName': 'MealPlan',
|
||||
|
||||
Reference in New Issue
Block a user