Skip to content

Commit 12d7744

Browse files
Merge pull request #363 from symfony-cmf/enable_ckeditor
enable ckeditor again for static content admin
2 parents 5ce6676 + fb2d012 commit 12d7744

File tree

5 files changed

+125
-116
lines changed

5 files changed

+125
-116
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_script:
4141
- bin/console doctrine:phpcr:workspace:create sandbox_test -e=test
4242
- bin/console doctrine:phpcr:repository:init -e=test
4343

44-
script: phpunit
44+
script: vendor/bin/simple-phpunit
4545

4646
notifications:
4747
irc: "irc.freenode.org#symfony-cmf"

app/config/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ cmf_sonata_phpcr_admin_integration:
136136
seo: ~
137137
menu: ~
138138
core: ~
139-
content: ~
139+
content:
140+
ivory_ckeditor:
141+
config_name: cmf_sonata_phpcr_admin_integration
140142
block:
141143
basepath: /cms/content
142144
menu_basepath: /cms/content
@@ -280,7 +282,7 @@ sonata_seo:
280282

281283
ivory_ck_editor:
282284
configs:
283-
cmf_content: { toolbar: standard }
285+
cmf_sonata_phpcr_admin_integration: { toolbar: standard }
284286

285287
sensio_framework_extra:
286288
router: { annotations: true }

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"doctrine/phpcr-odm": "^1.4",
4242

4343
"sonata-project/cache-bundle": "^2.1",
44-
"sonata-project/translation-bundle": "^2.0",
44+
"sonata-project/translation-bundle": "2.1.0",
4545
"sonata-project/doctrine-phpcr-admin-bundle": "^2.0@dev",
4646

4747
"jms/serializer-bundle": "^1.1",
@@ -54,7 +54,8 @@
5454
"require-dev": {
5555
"sensio/generator-bundle": "^3.0",
5656
"liip/functional-test-bundle": "^1.3",
57-
"symfony-cmf/testing": "^2.0"
57+
"symfony-cmf/testing": "^2.0",
58+
"symfony/phpunit-bridge": "^3.2"
5859
},
5960
"minimum-stability": "RC",
6061
"prefer-stable": true,

0 commit comments

Comments
 (0)