From 352e888211f012008c1d7efacca8ec71e66528a1 Mon Sep 17 00:00:00 2001 From: Quan Weiwei Date: Thu, 11 Jul 2019 19:16:49 +0800 Subject: [PATCH] delete all the commits --- .../1.0/config/packages/teebb_tuieditor.yaml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml b/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml index c9be64a5..6ce08f33 100644 --- a/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml +++ b/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml @@ -1,18 +1,10 @@ +# Read the documentation: https://github.com/teebbstudios/TeebbTuiEditorBundle/blob/master/README.md 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 - configs: basic_config: - to_html: false # Save to database use html syntax? - #previewStyle: 'vertical' # Markdown editor's preview style (tab, vertical) - #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 + to_html: false + exts: - scrollSync - colorSyntax - uml @@ -20,8 +12,3 @@ teebb_tui_editor: - mark - table - -twig: - form_themes: - - '@TeebbTuiEditor/Form/tuieditor_widget.html.twig' -