mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
28 lines
543 B
JavaScript
28 lines
543 B
JavaScript
![]() |
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
|
||
|
}
|