WithCandour / statamic-aardvark-seo

Candour's SEO addon for Statamic
https://statamic.com/marketplace/addons/aardvark-seo
11 stars 18 forks source link

Content default booleans overriding incorrectly #37

Closed AndrewHaine closed 4 years ago

AndrewHaine commented 4 years ago

What's happening is that when a collection has indexing disabled it sets the robots tag, then it encounters the individual entry data which has page_no_index: false which overrides the value from the defaults.

It only happens for boolean values, text values work as intended