You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
I'm often using a lot of extensions for my Contao website. When creating a user group, I sometimes have the problem, for example in tl_content, that the label of two different extensions has the same value (e.g. Title).
I know, the intention of every extension developer should be using self-explaining field labels, but thats not the standard.
My question to the community: Would it be a good idea to add the module name after the field label (e.g. Title [core] or Website title [x-seo]) in the system/modules/core/dca/tl_user_group.php file?
Thanks,
Daniel
The text was updated successfully, but these errors were encountered:
Imho best would be to show the table and field name. So something like that:
Title (tl_page.title)
Website title (tl_page.x-seo_title)
etc.
I'm +1 on that feature. Should be fairly easy to implement but it's for Contao 4.1 so we actually need to move that issue. How shall we proceed with issues that actually belong to contao-core-bundle but have been created here @contao/developers?
Hi community!
I'm often using a lot of extensions for my Contao website. When creating a user group, I sometimes have the problem, for example in tl_content, that the label of two different extensions has the same value (e.g. Title).
I know, the intention of every extension developer should be using self-explaining field labels, but thats not the standard.
My question to the community: Would it be a good idea to add the module name after the field label (e.g. Title [core] or Website title [x-seo]) in the system/modules/core/dca/tl_user_group.php file?
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: