-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[plugin-seo] minLength
and maxLength
are referenced from defaults and cannot be changed
#8745
Comments
Hey @maciej-uxmachina, I'd love nothing more than to help you and the devs in getting this issue sorted. However, it's really hard to do that since you did not follow the standard issue template. Despite this, I have tried to reproduce your issue with the Can you format your issue to follow the template and include the relevant information (such as Payload version, adapter version, node version, etc.)? Or, even better, post a reproduction of this issue? EDIT: Or are we talking about the indicators? If so, then isn't that just a suggestion for optimal seo? |
Thanks for the reply @akhrarovsaid and apologies for not following the guide. Meanwhile, in case it helps, I isolated this issue to be specifically related to the Here are two screenshots showing the behaviour with Still as mentioned, I'll create a fork to reproduce this issue. Thank you for your support. |
Reproduction fork Reproduction changes made Reproduction steps
Please note in the field config:
P.S. I haven't investigated why translations are not being pulled when testing via Expected outcome |
Thanks for adding a repro! |
This will be fixed in #8765 It will respect those overrides, for the OverviewField it will have additional override props specifically for these lengths via |
This issue has been automatically locked. |
[updated with a forked repo]
Reproduction fork
https://github.com/maciej-uxmachina/payload-plugin-seo-length-overrides-issue/tree/beta
Reproduction changes made
maciej-uxmachina@3e42d06
Reproduction steps
pnpm dev _community
SEO
tabTitle
field, enter text longer than or equal to10
charactersplugin-seo:tooShort
is still displayed below the field and the progress bar is still red, indicating there's more characters that still should be enteredPlease note in the field config:
P.S. I haven't investigated why translations are not being pulled when testing via
pnpm dev _community
but it should not prevent reproducing this issueExpected outcome
The progress bar and all informational texts should reflect the value
10
as theminLength
rather than the default50
.The text was updated successfully, but these errors were encountered: