Merge pull request #663

This commit is contained in:
symfony-flex-server[bot]
2019-07-22 06:07:39 +00:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,14 @@
# Read the documentation: https://github.com/teebbstudios/TeebbTuiEditorBundle/blob/master/README.md
teebb_tui_editor:
default_config: basic_config
configs:
basic_config:
to_html: false
exts:
- scrollSync
- colorSyntax
- uml
- chart
- mark
- table
@@ -0,0 +1,8 @@
{
"bundles": {
"Teebb\\TuiEditorBundle\\TeebbTuiEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}