parent
52ed464a28
commit
625cea33d6
@ -1,3 +1,58 @@ |
||||
#index: |
||||
# path: / |
||||
# controller: App\Controller\DefaultController::index |
||||
# defaults: { _controller: 'App\Controller\DefaultController::index' } |
||||
|
||||
# Depends on sensio/framework-extra-bundle, doctrine/annotations, and doctrine/cache |
||||
# install with composer req sensio/framework-extra-bundle annot |
||||
#controllers: |
||||
# resource: ../src/Controller/ |
||||
# type: annotation |
||||
|
||||
logout: |
||||
path: /administration/logout |
||||
|
||||
sonata_user_admin_security_logout: |
||||
path: /administration/logout |
||||
|
||||
_admin: |
||||
resource: routes/sonata_admin.yaml |
||||
prefix: /administration |
||||
|
||||
#index: |
||||
# path: / |
||||
|
||||
#admin_dashboard: |
||||
# pattern: /administration/ |
||||
# defaults: |
||||
# _controller: FrameworkBundle:Redirect:redirect |
||||
# route: sonata_admin_dashboard |
||||
# permanent: true # this for 301 |
||||
|
||||
#admin_without_locale: |
||||
# pattern: /administration |
||||
# defaults: |
||||
# _controller: FrameworkBundle:Redirect:redirect |
||||
# route: sonata_admin_dashboard |
||||
# permanent: true # this for 301 |
||||
|
||||
#admin_dashboard_without_locale: |
||||
# pattern: /administration/dashboard |
||||
# defaults: |
||||
# _controller: FrameworkBundle:Redirect:redirect |
||||
# route: sonata_admin_dashboard |
||||
# permanent: true |
||||
|
||||
|
||||
|
||||
#_api: |
||||
# resource: routing_api.yml |
||||
# prefix: /api |
||||
|
||||
#liip_theme: |
||||
# resource: "@LiipThemeBundle/Resources/config/routing.xml" |
||||
# prefix: /theme |
||||
|
||||
#app_settings: |
||||
# resource: | |
||||
# alias: app.settings |
||||
# type: sylius.resource_api |
||||
|
@ -1,12 +1,12 @@ |
||||
faq_index: |
||||
pattern: /faq |
||||
path: /faq |
||||
defaults: { _controller: ChamiloFaqBundle:Faq:index, categorySlug: null, questionSlug: null } |
||||
|
||||
faq: |
||||
pattern: /faq/{categorySlug}/{questionSlug} |
||||
path: /faq/{categorySlug}/{questionSlug} |
||||
defaults: { _controller: ChamiloFaqBundle:Faq:index, categorySlug: null, questionSlug: null } |
||||
|
||||
# Shows the entire FAQ at once, without collapsing any categories or questions. Useful if your FAQ is not that big. |
||||
faq_without_collapse: |
||||
pattern: /faq-without-collapse/{categorySlug} |
||||
path: /faq-without-collapse/{categorySlug} |
||||
defaults: { _controller: ChamiloFaqBundle:Faq:indexWithoutCollapse, categorySlug: null } |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue