Improve admin UI of ingredients

This commit is contained in:
Maël Brunet 2021-05-17 23:21:07 +02:00
parent c861660d6e
commit 3e586c5e4f

View file

@ -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}