mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
11 lines
275 B
YAML
11 lines
275 B
YAML
imports:
|
|
- { resource: config.yml } #here we import a config.yml file, this is not required
|
|
|
|
framework:
|
|
test: ~
|
|
session:
|
|
storage_id: session.storage.filesystem
|
|
|
|
chill_custom_fields:
|
|
customizables_entities:
|
|
- { class: TEST, name: test } |