payloadcms / plugin-seo

The official SEO plugin for Payload
97 stars 15 forks source link

use tabbed interface for better ux #9

Closed rsisson closed 2 years ago

jacobsfletch commented 2 years ago

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.

rsisson commented 2 years ago

Something like this latest commit?

jacobsfletch commented 2 years ago

Thanks @rsisson I'll get this out in the next release, which could happen as early as today.

jacobsfletch commented 2 years ago

Hey @rsisson, a new version has been deployed. Run yarn add @payloadcms/plugin-seo@^1.0.8 to give it a shot!

rsisson commented 2 years ago

@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?

jacobsfletch commented 2 years ago

@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.

rsisson commented 2 years ago

@jacobsfletch seems to be working fine in prod, so it must be something with my local env. Thanks for taking a look!