mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"teebbstudios/tuieditor-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Teebb\\TuiEditorBundle\\TeebbTuiEditorBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/teebb_tuieditor.yaml": {
|
|
"contents": [
|
|
"# 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",
|
|
"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "5630a89280647f01ae78e4f37d8f932e0e7113c3"
|
|
}
|
|
}
|
|
}
|