diff --git a/schemas/app/Misc.json b/schemas/app/Misc.json index 7d8f5c1e..39d32455 100644 --- a/schemas/app/Misc.json +++ b/schemas/app/Misc.json @@ -8,6 +8,12 @@ "fieldname": "openCount", "label": "Open Count", "fieldtype": "Int" + }, + { + "fieldname": "useFullWidth", + "label": "Use Full Width", + "fieldtype": "Check", + "default": false } ] } diff --git a/src/components/FormContainer.vue b/src/components/FormContainer.vue index d9ea48df..a41c6b09 100644 --- a/src/components/FormContainer.vue +++ b/src/components/FormContainer.vue @@ -5,7 +5,7 @@