File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed
Resources/CmfSimpleCmsBundle/views/Page Expand file tree Collapse file tree 7 files changed +20
-20
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 @@ -34,7 +34,7 @@ public function load(ObjectManager $dm)
34
34
35
35
$ data = $ this ->yaml ->parse (file_get_contents (__DIR__ . '/../../Resources/data/external.yml ' ));
36
36
37
- $ basepath = $ this ->container ->getParameter ('symfony_cmf_simple_cms .basepath ' );
37
+ $ basepath = $ this ->container ->getParameter ('cmf_simple_cms .basepath ' );
38
38
$ home = $ dm ->find (null , $ basepath );
39
39
40
40
$ route = new MultilangRoute ();
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ static:
18
18
name : " contact"
19
19
label : " Contact"
20
20
title : " A contact page"
21
- body :
" Please send an email to symfony- [email protected] "
21
+ body :
" Please send an email to [email protected] "
22
22
23
23
map :
24
24
name : " map"
Original file line number Diff line number Diff line change 15
15
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
16
16
<![endif]-->
17
17
18
- {% include " SymfonyCmfCreateBundle ::includecssfiles.html.twig" %}
18
+ {% include " CmfCreateBundle ::includecssfiles.html.twig" %}
19
19
{% endblock %}
20
20
</head >
21
21
<body >
37
37
38
38
<div class =" row" >
39
39
<div id =" banner" class =" span12" >
40
- <a href =" https://github.com/symfony-cmf/symfony- cmf-standard" ><img style =" position: absolute; top: 0; right: 0; border: 0;" src =" http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt =" Fork me on GitHub" /></a >
40
+ <a href =" https://github.com/symfony-cmf/cmf-standard" ><img style =" position: absolute; top: 0; right: 0; border: 0;" src =" http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt =" Fork me on GitHub" /></a >
41
41
42
42
<div class =" hero-unit" >
43
43
<h1 id =" logo-text" ><a href =" {{ path(' /cms/simple' ) }}" >Standard Edition</a ></h1 >
70
70
</div >
71
71
</div >
72
72
</div >
73
- {% render controller(" symfony_cmf_create .jsloader.controller:includeJSFilesAction" ) %}
73
+ {% render controller(" cmf_create .jsloader.controller:includeJSFilesAction" ) %}
74
74
</body >
75
75
</html >
76
76
You can’t perform that action at this time.
0 commit comments