Vulcan/client/helpers/config.js
Ben Gott f68ecba862 Upgrade to bengott:avatar 0.6.0
- Create new config file in lib/config/avatar.js (accessible to both
  client and server)
- Comment out some outdated SCSS/CSS
2014-11-24 01:48:04 -06:00

42 lines
726 B
JavaScript

Accounts.ui.config({
passwordSignupFields: 'USERNAME_AND_EMAIL'
});
EpicEditorOptions={
container: 'editor',
basePath: '/editor',
clientSideStorage: false,
autogrow: {
minHeight: 100
},
theme: {
base:'/themes/base/epiceditor.css',
preview:'/themes/preview/github.css',
editor:'/themes/editor/epic-light3.css'
}
};
SharrreOptions={
share: {
googlePlus: true,
// facebook: true,
twitter: true
},
buttons: {
googlePlus: {size: 'tall', annotation:'bubble'},
// facebook: {layout: 'box_count'},
twitter: {
count: 'vertical',
via: 'TelescopeApp'
}
},
enableHover: false,
enableCounter: false,
enableTracking: true
};
Statuses={
pending: 1,
approved: 2,
rejected: 3
};