diff --git a/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml b/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml new file mode 100644 index 00000000..6ce08f33 --- /dev/null +++ b/teebbstudios/tuieditor-bundle/1.0/config/packages/teebb_tuieditor.yaml @@ -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 + diff --git a/teebbstudios/tuieditor-bundle/1.0/manifest.json b/teebbstudios/tuieditor-bundle/1.0/manifest.json new file mode 100644 index 00000000..2ffd3e9f --- /dev/null +++ b/teebbstudios/tuieditor-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Teebb\\TuiEditorBundle\\TeebbTuiEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}