Added CKEditor field to edit bbcode WYSIWYG style.

This commit is contained in:
Jan Böhmer 2019-03-13 19:36:46 +01:00
parent 2c005dbe3f
commit daad7ec60a
12 changed files with 1214 additions and 2 deletions

View file

@ -99,6 +99,18 @@
"fig/link-util": {
"version": "1.0.0"
},
"friendsofsymfony/ckeditor-bundle": {
"version": "2.0",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "master",
"version": "2.0",
"ref": "8eb1cd0962ded6a6d6e1e5a9b6d3e888f9f94ff6"
},
"files": [
"./config/packages/fos_ckeditor.yaml"
]
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},