-
Notifications
You must be signed in to change notification settings - Fork 56
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
Automatic functionality for records not working #550
Comments
Hi @ste101! I have tested with the extension The extra In this case I think the only way to prevent that is to override the palette, the total configuration will look like this:
Sidenote: the Regarding the sitemap fields and the errors in the frontend, those are indeed bugs. I will open a bugfix PR as soon as possible! |
@ste101 I have just added a PR: #553, could you test this? Regarding the fields not being added to the database, when you run the database analyzer (after clearing system cache) the fields do not show up? Regarding the preview, it looks like there's no absolute URL being generated, two things to check:
|
I tried to add the Yoast field to an extension via 'automatic functionality' but I'm having some problems.
This is my configuration:
The field will show up in backend but 'SitemapFields' show up, 'description' also although I set ->setAddDescriptionField('seo_description')
->setDescriptionField('seo_description')
The biggest problem is that the seo field are not added to the database and so I'm getting errors like
PHP Warning: Undefined array key "og_image" in /html/typo3/typo3conf/ext/yoast_seo/Classes/MetaTag/Generator/OpenGraphGenerator.php line 29
Preview config:
Technical info
The text was updated successfully, but these errors were encountered: