Skip to content
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

Possibility to configure Yoast SEO functionality for records #507

Open
RinyVT opened this issue Jun 13, 2022 · 0 comments · Fixed by #511
Open

Possibility to configure Yoast SEO functionality for records #507

RinyVT opened this issue Jun 13, 2022 · 0 comments · Fixed by #511
Labels

Comments

@RinyVT
Copy link
Collaborator

RinyVT commented Jun 13, 2022

Currently there is no way of configuring Yoast SEO functionality for records, there are additional extensions like https://github.com/haassie/yoast_news which take care of the functionality for EXT:news.

It would be nice to have atleast the basics of these functionalities handles by the Yoast SEO extension itself.

The basics would be automatic generation of TCA and ext_tables.sql configuration which can get called within your extension.

A (rough) example would be:

YoastSeoForTypo3\YoastSeo\Utility\RecordUtility::configureForTable(
    'tx_news_domain_model_news',
    [] // Custom overrides for TCA
);

This would make it a lot quicker to add Yoast SEO functionality to custom records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant