mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
WIP
This commit is contained in:
@@ -249,7 +249,7 @@ export class Models {
|
||||
name: "Recipe_Book",
|
||||
apiName: "RecipeBook",
|
||||
create: {
|
||||
params: [["name", "description", "icon"]],
|
||||
params: [["name", "description", "icon", "filter"]],
|
||||
form: {
|
||||
name: {
|
||||
form_field: true,
|
||||
@@ -271,6 +271,13 @@ export class Models {
|
||||
field: "icon",
|
||||
label: i18n.t("Icon"),
|
||||
},
|
||||
filter: {
|
||||
form_field: true,
|
||||
type: "lookup",
|
||||
field: "filter",
|
||||
label: i18n.t("Custom Filter"),
|
||||
list: "CUSTOM_FILTER",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user