By kristiaanvandeneynde on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
2.0.x
Introduced in version:
2.0.0
Issue links:
Description:
You can now specify a ui_text_provider handler for your plugins to affect how a plugin's corresponding GroupContent entities and GroupContentType entity are presented in the UI. This will allow you to change labels and descriptions on a per-plugin basis.
As a result, the GroupContentType entity no longer has a label or description property of its own. The GroupContent entity now calls the handler for its label too.
Impacts:
Module developers
Site templates, recipes and distribution developers