delete all the commits

This commit is contained in:
Quan Weiwei
2019-07-11 19:16:49 +08:00
parent 563b24a9d7
commit 352e888211

View File

@@ -1,18 +1,10 @@
# Read the documentation: https://github.com/teebbstudios/TeebbTuiEditorBundle/blob/master/README.md
teebb_tui_editor: teebb_tui_editor:
#enable: true # Whether to enable tui.editor.
#jquery: true # Whether to enable jquery in dependencies.
#jquery_path: ~ # Custom jquery path.
#editor_js_path: ~ # Custom tui.editor js path.
default_config: basic_config default_config: basic_config
configs: configs:
basic_config: basic_config:
to_html: false # Save to database use html syntax? to_html: false
#previewStyle: 'vertical' # Markdown editor's preview style (tab, vertical) exts:
#height: '400px' # Editor's height style value. Height is applied as border-box ex) '300px', '100%', 'auto'
#initialEditType: 'markdown' # Initial editor type (markdown, wysiwyg)
exts: # exts must defined as array
- scrollSync - scrollSync
- colorSyntax - colorSyntax
- uml - uml
@@ -20,8 +12,3 @@ teebb_tui_editor:
- mark - mark
- table - table
twig:
form_themes:
- '@TeebbTuiEditor/Form/tuieditor_widget.html.twig'