mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
29 lines
No EOL
591 B
JavaScript
29 lines
No EOL
591 B
JavaScript
// TL = TLog.getLogger(TLog.LOGLEVEL_MAX,true);
|
|
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
|
|
} |