mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
Sdoc (#5434)
* [sdoc file view] added file view, history/trash file view for 'sdoc' * [sdoc file view] sdoc-editor: upgraded it to the latest version(0.1.5) - sdoc file view: enable 'auto save' - sdoc shared/history/trash file view: use the read-only sdoc viewer * [sdoc file view] fixup
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export const defaultContentForSDoc = {
|
||||
version: 0,
|
||||
children: [{id: 'aaaa', type: 'paragraph', children: [{ text: '' }]}]
|
||||
};
|
||||
|
||||
export const dirPath = '/';
|
||||
export const gettext = window.gettext;
|
||||
|
||||
|
Reference in New Issue
Block a user