diff --git a/branding/collection/schema.js b/branding/collection/schema.js index 0f65d5ac70..3ab6851907 100644 --- a/branding/collection/schema.js +++ b/branding/collection/schema.js @@ -98,6 +98,9 @@ Branding.schema = new SimpleSchema({ footerCode: { type: String, optional: true, + autoform: { + rows: 5, + }, }, });