WithCandour / statamic-aardvark-seo

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

SEO Tab doesn't display until the page is published. #93

Closed mattmultiplied closed 2 years ago

mattmultiplied commented 2 years ago

https://www.loom.com/share/4c0f1b527d264240b62dd6320c681b01

Would be great if the SEO tab was visible prior to publishing, so that it doesn't need to be added once the page has gone live

AndrewHaine commented 2 years ago

This one I believe is related to the following lines in the code which adds the fields to the CMS. Currently we're checking that an entry exists before appending the fields (in order to avoid adding the fields to the blueprint editor) - we'll look into whether or not there may be a better check we can do here.

AndrewHaine commented 2 years ago

Keeping an eye on this PR which looks like it might offer this functionality for us

aerni commented 2 years ago

This would solve your problem: https://github.com/statamic/ideas/issues/641

aerni commented 2 years ago

Thought you might be interested in implementing it this way: https://github.com/statamic/ideas/issues/550

AndrewHaine commented 2 years ago

Thanks @aerni and @mattmultiplied ,

The above solution has been implemented and released in 2.0.16 :)

Thanks, Andrew