add path to generic cards for food/keywords

This commit is contained in:
smilerz
2021-12-22 16:18:45 -06:00
parent 2d0a7330f3
commit c20e036d90
5 changed files with 64 additions and 36 deletions

View File

@ -134,6 +134,11 @@ export class Models {
list: "FOOD_INHERIT_FIELDS",
label: i18n.t("IgnoreInherit"),
},
full_name: {
form_field: true,
type: "smalltext",
field: "full_name",
},
form_function: "FoodCreateDefault",
},
},
@ -180,6 +185,11 @@ export class Models {
field: "icon",
label: i18n.t("Icon"),
},
full_name: {
form_field: true,
type: "smalltext",
field: "full_name",
},
},
},
}