mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
update Fixtures app config
This commit is contained in:
parent
af15209998
commit
7a7cb25d7a
@ -26,6 +26,15 @@ doctrine:
|
||||
auto_generate_proxy_classes: "%kernel.debug%"
|
||||
auto_mapping: true
|
||||
|
||||
# Assetic Configuration
|
||||
assetic:
|
||||
debug: "%kernel.debug%"
|
||||
use_controller: false
|
||||
bundles: [ ]
|
||||
#java: /usr/bin/java
|
||||
filters:
|
||||
cssrewrite: ~
|
||||
|
||||
chill_main:
|
||||
available_languages: [ fr, nl, en ]
|
||||
|
||||
|
@ -1,6 +1,9 @@
|
||||
cl_custom_fields:
|
||||
resource: .
|
||||
type: chill_routes
|
||||
|
||||
chill_main:
|
||||
resource: "@ChillMainBundle/Resources/config/routing.yml"
|
||||
|
||||
test_custom_field_form_render:
|
||||
path: /customfieldsgroup/test/render/{id}
|
||||
|
@ -18,8 +18,9 @@
|
||||
"require": {
|
||||
"php": "~5.5",
|
||||
"symfony/symfony": "2.5.*",
|
||||
"doctrine/orm": "~2.5@dev",
|
||||
"doctrine/dbal" : "~2.5@dev",
|
||||
"doctrine/orm": "2.5.x-dev@dev",
|
||||
"doctrine/dbal" : "~2.5@RC",
|
||||
"doctrine/common": "~2.4",
|
||||
"doctrine/doctrine-bundle": "~1.2@dev",
|
||||
"twig/extensions": "~1.0",
|
||||
"symfony/assetic-bundle": "~2.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user