Skip to content

Commit

Permalink
Make field for footer code as text area
Browse files Browse the repository at this point in the history
  • Loading branch information
marla-singer committed May 3, 2017
1 parent 74e179c commit e540250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions branding/collection/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Branding.schema = new SimpleSchema({
footerCode: {
type: String,
optional: true,
autoform: {
rows: 5,
},
},
});

Expand Down

0 comments on commit e540250

Please sign in to comment.