Skip to content
Snippets Groups Projects
Commit 939f07eb authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Add missing languagevisibility tab

parent 57826dfa
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,15 @@ return call_user_func(
'type' => 'passthrough',
],
],
'tx_languagevisibility_visibility' => [
'exclude' => 1,
'label' => 'LLL:EXT:languagevisibility/locallang_db.xlf:pages.tx_languagevisibility_visibility',
'config' => [
'type' => 'user',
'size' => '30',
'userFunc' => 'TYPO3\Languagevisibility\UserFunction\FieldVisibilityUserFunction->user_fieldvisibility',
]
],
't3ver_label' => [
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.versionLabel',
'config' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment