diff --git a/static/admin/config.yml b/static/admin/config.yml index da9ad9b..7f04152 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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"