Improve admin UI of ingredients
This commit is contained in:
parent
c861660d6e
commit
3e586c5e4f
|
|
@ -16,4 +16,7 @@ collections:
|
|||
- {label: "Number of servings", name: "servings", widget: "number"}
|
||||
- {label: "Source of the recipe", name: "sourceLabel", widget: "string"}
|
||||
- {label: "URL of the source of the recipe", name: "sourceURL", widget: "string"}
|
||||
- {label: "Ingredients", name: "ingredients", widget: "list"}
|
||||
- label: "Ingredients"
|
||||
name: "ingredients"
|
||||
widget: "list"
|
||||
field: {label: Ingredient, name: ingredient, widget: string}
|
||||
Loading…
Reference in a new issue