diff --git a/src/components/Schema/Subscription.json b/src/components/Schema/Subscription.json index e208708..d9a31a1 100644 --- a/src/components/Schema/Subscription.json +++ b/src/components/Schema/Subscription.json @@ -33,24 +33,8 @@ "varient": "standard", "name": "title" }, - { - "label": "Details", - "type": "text", - "varient": "standard", - "name": "details" - }, - { - "label": "Enable", - "type": "text", - "varient": "standard", - "name": "enable" - }, - { - "label": "Default", - "type": "text", - "varient": "standard", - "name": "default" - }, + + { "label": "Amount", "type": "number", @@ -67,6 +51,18 @@ "label": "title", "key": "id" } + }, + { + "label": "Details", + "type": "checkbox", + "varient": "standard", + "name": "details" + }, + { + "label": "Enable", + "type": "checkbox", + "varient": "standard", + "name": "enable" } ], "editField": [ @@ -82,18 +78,7 @@ "varient": "standard", "name": "details" }, - { - "label": "Enable", - "type": "text", - "varient": "standard", - "name": "enable" - }, - { - "label": "Default", - "type": "text", - "varient": "standard", - "name": "default" - }, + { "label": "Amount", "type": "number", @@ -110,6 +95,18 @@ "label": "title", "key": "id" } + }, + { + "label": "Details", + "type": "checkbox", + "varient": "standard", + "name": "details" + }, + { + "label": "Enable", + "type": "checkbox", + "varient": "standard", + "name": "enable" } ] } \ No newline at end of file