This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
forked from symfony/symfony-standard
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from symfony-cmf/remove_demo
Removed the AcmeDemoBundle
- Loading branch information
Showing
34 changed files
with
206 additions
and
594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{% extends 'base.html.twig' %} | ||
|
||
{# | ||
This is an example template to render content or SimpleCms pages. You | ||
can configure this template by setting template_by_class in the CmfRoutingBundle | ||
configuration. | ||
http://symfony.com/doc/current/cmf/bundles/routing/dynamic.html#configuring-the-controller-for-a-route | ||
#} | ||
|
||
{% block body %} | ||
{{ cmfMainContent|raw }} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# AcmeDemoBundle routes (to be removed) | ||
_demo: | ||
resource: '@AcmeDemoBundle/Resources/config/routing.yml' | ||
prefix: /demo | ||
|
||
_cmf_create: | ||
resource: '@CmfCreateBundle/Resources/config/routing/rest.xml' | ||
|
||
app: | ||
resource: '@AppBundle/Controller/' | ||
type: annotation | ||
|
||
_cmf_create: | ||
resource: '@CmfCreateBundle/Resources/config/routing/rest.xml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.