spree_static_content
spree_static_content copied to clipboard
Can't override taxon page
The README says:
Show a static page instead of existing dynamic pages such as the home page, products pages, and taxon pages.
However, the code in Spree::StaticPage.matches?
appears to avoid trying to match taxon paths (those starting with /t/
).
https://github.com/spree-contrib/spree_static_content/blob/master/lib/spree_static_content.rb#L19
Is the README wrong about support for overriding taxon pages, or am I missing something here?
Thanks!