mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
delete all the commits
This commit is contained in:
@@ -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'
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user