File tree Expand file tree Collapse file tree 8 files changed +205
-195
lines changed
Resources/CmfSimpleCmsBundle/views/Page Expand file tree Collapse file tree 8 files changed +205
-195
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ public function registerBundles()
23
23
new JMS \SerializerBundle \JMSSerializerBundle ($ this ),
24
24
25
25
// enable cmf bundles
26
- new Symfony \Cmf \Bundle \RoutingBundle \SymfonyCmfRoutingBundle (),
27
- new Symfony \Cmf \Bundle \CoreBundle \SymfonyCmfCoreBundle (),
28
- new Symfony \Cmf \Bundle \MenuBundle \SymfonyCmfMenuBundle (),
29
- new Symfony \Cmf \Bundle \ContentBundle \SymfonyCmfContentBundle (),
30
- new Symfony \Cmf \Bundle \SimpleCmsBundle \SymfonyCmfSimpleCmsBundle (),
31
- new Symfony \Cmf \Bundle \CreateBundle \SymfonyCmfCreateBundle (),
26
+ new Symfony \Cmf \Bundle \RoutingBundle \CmfRoutingBundle (),
27
+ new Symfony \Cmf \Bundle \CoreBundle \CmfCoreBundle (),
28
+ new Symfony \Cmf \Bundle \MenuBundle \CmfMenuBundle (),
29
+ new Symfony \Cmf \Bundle \ContentBundle \CmfContentBundle (),
30
+ new Symfony \Cmf \Bundle \SimpleCmsBundle \CmfSimpleCmsBundle (),
31
+ new Symfony \Cmf \Bundle \CreateBundle \CmfCreateBundle (),
32
32
33
33
// and the sandbox bundle
34
34
new Acme \MainBundle \AcmeMainBundle (),
File renamed without changes.
Original file line number Diff line number Diff line change 20
20
assetic :
21
21
debug : %kernel.debug%
22
22
use_controller : false
23
- # bundles: [SymfonyCmfSimpleCmsBundle, SymfonyCmfCreateBundle ]
23
+ # bundles: [CmfSimpleCmsBundle, CmfCreateBundle ]
24
24
# java: /usr/bin/java
25
25
filters :
26
26
cssrewrite : ~
@@ -69,28 +69,28 @@ liip_doctrine_cache:
69
69
nodes :
70
70
type : file_system
71
71
72
- symfony_cmf_routing :
72
+ cmf_routing :
73
73
dynamic :
74
74
enabled : true
75
75
76
- symfony_cmf_simple_cms :
76
+ cmf_simple_cms :
77
77
routing :
78
78
templates_by_class :
79
- Symfony\Cmf\Bundle\SimpleCmsBundle\Document\Page : SymfonyCmfSimpleCmsBundle :Page:index.html.twig
79
+ Symfony\Cmf\Bundle\SimpleCmsBundle\Document\Page : CmfSimpleCmsBundle :Page:index.html.twig
80
80
controllers_by_class :
81
- Symfony\Cmf\Bundle\RoutingBundle\Document\RedirectRoute : symfony_cmf_routing .redirect_controller:redirectAction
81
+ Symfony\Cmf\Bundle\RoutingBundle\Document\RedirectRoute : cmf_routing .redirect_controller:redirectAction
82
82
multilang :
83
83
locales : %locales%
84
84
use_sonata_admin : false
85
85
86
86
knp_menu :
87
87
twig : true
88
88
89
- symfony_cmf_menu :
89
+ cmf_menu :
90
90
use_sonata_admin : false
91
91
menu_basepath : /cms
92
92
93
- symfony_cmf_create :
93
+ cmf_create :
94
94
phpcr_odm : true
95
95
96
96
lunetics_locale :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ static:
18
18
_locale : en|de
19
19
20
20
cmf_create_rest :
21
- resource : " @SymfonyCmfCreateBundle /Resources/config/routing/rest.xml"
21
+ resource : " @CmfCreateBundle /Resources/config/routing/rest.xml"
22
22
23
23
cmf_create_image :
24
- resource : " @SymfonyCmfCreateBundle /Resources/config/routing/image.xml"
24
+ resource : " @CmfCreateBundle /Resources/config/routing/image.xml"
Original file line number Diff line number Diff line change 12
12
"symfony/monolog-bundle" : " 2.2.*" ,
13
13
"symfony/assetic-bundle" : " 2.1.*" ,
14
14
"sensio/distribution-bundle" : " 2.2.*" ,
15
- "symfony-cmf/symfony-cmf" : " 1.0.0-alpha1 " ,
16
- "symfony-cmf/simple-cms-bundle" : " 1.0.0-alpha2 " ,
17
- "symfony-cmf/create-bundle" : " 1.0.0-alpha1 " ,
15
+ "symfony-cmf/symfony-cmf" : " 1.0.0-alpha2 " ,
16
+ "symfony-cmf/simple-cms-bundle" : " 1.0.0-alpha3 " ,
17
+ "symfony-cmf/create-bundle" : " 1.0.0-alpha2 " ,
18
18
"jackalope/jackalope-doctrine-dbal" :" 1.0.0-alpha1" ,
19
19
"doctrine/doctrine-bundle" : " 1.2.*" ,
20
20
"doctrine/doctrine-fixtures-bundle" : " dev-master" ,
You can’t perform that action at this time.
0 commit comments