Closed rsisson closed 2 years ago
Something like this latest commit?
Thanks @rsisson I'll get this out in the next release, which could happen as early as today.
Hey @rsisson, a new version has been deployed. Run yarn add @payloadcms/plugin-seo@^1.0.8
to give it a shot!
@jacobsfletch - just updated to the latest version in my project and I'm not seeing any SEO fields now, regardless of tabbedUI
value. No error messages as far as I can tell. Can you replicate?
@rsisson it's working in the local demo here. This imports uncompiled source code, though, so it would be more accurate to import the dist or even spin up a fresh create-payload-app
and install it there.
It is also possible to link the plugin to your project so you can develop on your instance. This can be done via Yarn link or a Webpack alias. At some point, I will add some information in the README for how to do this.
@jacobsfletch seems to be working fine in prod, so it must be something with my local env. Thanks for taking a look!
Hey @rsisson thanks for the contribution! I wonder if we should make this opt-in via the plugin's config. I could imagine some users wanting see all fields at the same time.