Changed name of generic taxonomy config file identifier

This commit is contained in:
Brandon Kolle
2020-10-20 18:17:28 -04:00
parent b2aba74de9
commit 5dfd91c55c

View File

@@ -125,7 +125,7 @@ class TemplateChooser
$templates = new Collection();
// First candidate: defined specifically in the taxonomy
$templates->push($this->config->get('taxonomy/' . $taxonomyslug . '/listing_template'));
$templates->push($this->config->get('taxonomies/' . $taxonomyslug . '/listing_template'));
// Second candidate: Theme-specific config.yml file.
$templates->push($this->config->get('theme/listing_template'));