5 Configuration
Example configuration
imports:
- { resource: "@YourPlugin/config/config.yaml" }
# old structure
# - { resource: "@YourPlugin/Resources/config/config.yaml" }imports:
- { resource: 'routes.yaml' }
- { resource: 'other_config.yaml' }imports:
- { resource: "@YourPlugin/config/routes.yaml" }
- { resource: "@YourPlugin/config/other_config.yaml" }Last updated
Was this helpful?
