2012-10-19 19:20:14 +09:00
|
|
|
// ** Accounts UI Config **
|
|
|
|
|
|
|
|
Accounts.ui.config({
|
|
|
|
passwordSignupFields: 'USERNAME_AND_EMAIL'
|
|
|
|
});
|
|
|
|
|
2012-10-01 10:59:08 +09:00
|
|
|
EpicEditorOptions={
|
|
|
|
container: 'editor',
|
|
|
|
basePath: '/editor',
|
|
|
|
clientSideStorage: false,
|
|
|
|
theme: {
|
|
|
|
base:'/themes/base/epiceditor.css',
|
|
|
|
preview:'/themes/preview/github.css',
|
|
|
|
editor:'/themes/editor/epic-light.css'
|
|
|
|
}
|
|
|
|
};
|
|
|
|
SharrreOptions={
|
|
|
|
share: {
|
|
|
|
googlePlus: true,
|
|
|
|
// facebook: true,
|
|
|
|
twitter: true,
|
|
|
|
},
|
|
|
|
buttons: {
|
|
|
|
googlePlus: {size: 'tall'},
|
|
|
|
// facebook: {layout: 'box_count'},
|
|
|
|
twitter: {
|
|
|
|
count: 'vertical',
|
|
|
|
via: 'TelescopeApp'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
enableHover: false,
|
|
|
|
enableCounter: false,
|
|
|
|
enableTracking: true
|
2012-10-24 11:04:42 +09:00
|
|
|
};
|
|
|
|
|
|
|
|
Statuses={
|
|
|
|
pending: 1,
|
|
|
|
approved: 2,
|
|
|
|
rejected: 3
|
|
|
|
};
|