2017-08-03 17:08:12 +00:00
|
|
|
export default () => ({
|
|
|
|
showNavigationBar: true,
|
|
|
|
showEditor: true,
|
|
|
|
showSidePreview: true,
|
|
|
|
showStatusBar: true,
|
|
|
|
showSideBar: false,
|
|
|
|
showExplorer: false,
|
|
|
|
focusMode: false,
|
2017-09-17 15:32:39 +00:00
|
|
|
sideBarPanel: 'menu',
|
2017-09-23 19:01:50 +00:00
|
|
|
htmlExportTemplate: 'styledHtml',
|
|
|
|
googleDriveFolderId: '',
|
|
|
|
googleDrivePublishFormat: 'markdown',
|
|
|
|
googleDrivePublishTemplate: 'styledHtml',
|
|
|
|
bloggerBlogUrl: '',
|
|
|
|
bloggerPublishTemplate: 'styledHtml',
|
|
|
|
dropboxPublishTemplate: 'styledHtml',
|
|
|
|
githubRepoUrl: '',
|
|
|
|
githubPublishTemplate: 'jekyllSite',
|
|
|
|
gistIsPublic: false,
|
|
|
|
gistPublishTemplate: 'plainText',
|
2017-08-03 17:08:12 +00:00
|
|
|
});
|