mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #663
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user