-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yml
More file actions
26 lines (23 loc) · 1.06 KB
/
config.yml
File metadata and controls
26 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
framework:
secret: top-secret
test: true
esi: { enabled: true }
fragments: { enabled: true }
router: { resource: "%kernel.project_dir%/src/Resources/config/guide-routing.xml" }
twig:
strict_variables: true
webfactory_shortcode:
shortcodes:
test-config-inline: 'Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\ShortcodeTestController::test'
test-config-esi:
controller: 'Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\ShortcodeTestController::test'
method: esi
test-config-invokable: 'Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\InvokableShortcodeTestController'
test-shortcode-guide:
controller: 'Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\ShortcodeTestController::test'
description: "Description for the 'test-shortcode-guide' shortcode"
example: "test-shortcode-guide test=true"
services:
Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\:
resource: '../Controller/'
tags: [ 'controller.service_arguments' ]