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, + }, }, }); diff --git a/core/client/footer/footer.js b/core/client/footer/footer.js index 3788b511a8..870b0406e6 100644 --- a/core/client/footer/footer.js +++ b/core/client/footer/footer.js @@ -5,7 +5,10 @@ // Meteor packages imports import { Template } from 'meteor/templating'; + +// Meteor contributed packages imports import { Modal } from 'meteor/peppelg:bootstrap-3-modal'; +import { FlowRouter } from 'meteor/kadira:flow-router'; Template.footer.onCreated(function () { this.autorun(() => {