Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Allow custom more fields in SEO group? #41

Closed
Stupidism opened this issue Mar 17, 2023 · 4 comments · Fixed by #48
Closed

Allow custom more fields in SEO group? #41

Stupidism opened this issue Mar 17, 2023 · 4 comments · Fixed by #48

Comments

@Stupidism
Copy link

Stupidism commented Mar 17, 2023

I'm trying to use this plugin to replace our own implementation of seoMeta.

But we have more fields than this plugin. Could you allow add more fields as option like

image

seo({
  overrides: {
   fields: [
     ...
   ]
  }
})
@ssyberg
Copy link

ssyberg commented Mar 29, 2023

Seems like this is in the roadmap at there is an unused fields option on the PluginConfig type declaration.

fields?: Partial<Field>[]

@jacobsfletch
Copy link
Member

Seems like this is in the roadmap at there is an unused fields option on the PluginConfig type declaration.

fields?: Partial<Field>[]

@ssyberg you're exactly right, that was an existing property but somehow was never used. I just opened #48 with the fix.

@Stupidism I should be able to cut a release for this shortly so you can continue migrating to this plugin! I'll post an update here once that is done.

@jacobsfletch
Copy link
Member

Just released in 1.0.12 🚀

@Stupidism
Copy link
Author

@jacobsfletch Thanks~~

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants