We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By the label formatter in the data container config, we have missing for get the value from configured referenced table call.
Example:
'label' => [ 'fields' => ['name', 'module:tl_module.name'], 'format' => '%s <span style=;color:#666666">[%s]</span>', ]
And for the header fields:
$GLOBALS['TL_DCA']['TABLE']['list']['sorting']['headerFields'] = ['name', 'module:tl_module.name'];
The second field parameter not work. This we want to implement.
The text was updated successfully, but these errors were encountered:
baumannsven
No branches or pull requests
By the label formatter in the data container config, we have missing for get the value from configured referenced table call.
Example:
And for the header fields:
The second field parameter not work. This we want to implement.
The text was updated successfully, but these errors were encountered: