Update config.yml

This commit is contained in:
2023-02-26 13:35:14 +07:00
parent 10836bab29
commit fee037bdd3
+7 -3
View File
@@ -76,9 +76,13 @@ collections:
name: "pricing_item"
widget: "list"
field:
- { label: "Title", name: "title", widget: "string" }
- { label: "Price", name: "price", widget: "text" }
- { label: "Price", name: "price", widget: "string" }
label: "Object"
name: "object"
widget: "object"
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Description", name: "description", widget: "text" }
- { label: "Price", name: "price", widget: "string" }
- label: "Subscription"
name: "subscription"
widget: "object"