-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[FR] Support Vizy fields as meta source fields #1115
Comments
Changing this to a feature request |
@khalwat Is there a mechanism for me to add support for Vizy fields, or is that all more or less hardcoded on your end? |
Hard-coded-ish on my end, but shouldn't be too hard for me to add here: https://github.com/nystudio107/craft-seomatic/blob/develop/src/helpers/Field.php & https://github.com/nystudio107/craft-seomatic/blob/develop/src/helpers/Text.php |
Just realised that it would make sense to support Vizy field as source for Asset fields in sitemaps: We often use Vizy fields as rich text fields (i.e. without adding any block type) because of how it stores the formatted the text as JSON (which gives us more control on how to render the field in the frontend). For example: in the screenshot below Assets in the "Images" volume have a block-less Vizy field named "Description" where editors can add a caption to the images. The text stored in that field would be the best match for the Asset's "Caption" field in sitemaps, but it is currently not selectable: |
Would also love to be able to add a Vizy field as the source for SEO description. Specifically "Summary from field". |
Very doable |
Any updates on this? |
I'm planning to slate this for the next release! |
Has this been released @khalwat ? |
Not yet; sorry for promising it in the next release, and not delivering. |
Describe the bug
Vizy fields don't appear in source field dropdowns in the Content SEO settings for entry sections.
To reproduce
Expected behaviour
Vizy fields can contain text which may be useful for SEO descriptions. It would be great if we could select Vizy fields as SEO field sources, for both the "From Field" and "Summary from Field" options.
Versions
The text was updated successfully, but these errors were encountered: