Last active
June 28, 2016 16:07
-
-
Save Raistlfiren/7ced313cd432c1e7ab8b9e641c4d2a86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taxonomylink: | |
path: '/{taxonomytype}/{slug}' | |
defaults: | |
_controller: 'Bolt\Controllers\Frontend::taxonomy' | |
requirements: | |
taxonomytype: 'Bolt\Controllers\Routing::getAnyTaxonomyTypeRequirement' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regions: | |
name: 'Sub Regions' | |
slug: regions | |
singular_name: region | |
singular_slug: region | |
behaves_like: categories | |
multiple: true | |
options: [ nord, etc ] | |
listing_records: 1000 | |
listing_template: regioncategories.twig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment