mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
28 lines
461 B
JavaScript
28 lines
461 B
JavaScript
Accounts.ui.config({
|
|
passwordSignupFields: 'USERNAME_AND_EMAIL'
|
|
});
|
|
|
|
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
|
|
};
|