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

[TASK] remove sidebar config menu and dark mode #61

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
[BUGFIX] Editing be_user records breaks because MM to non-existend table
(cherry picked from commit 2f4a5be)
  • Loading branch information
jpmschuler authored and mergify[bot] committed Sep 20, 2023
commit d648095fb1db4d578b5cfff3c73d864bc1c836e7
17 changes: 8 additions & 9 deletions Configuration/TCA/Overrides/be_groups.php
Original file line number Diff line number Diff line change
@@ -7,16 +7,15 @@
'tx_templavoilaplus_access' => [
'label' => 'LLL:EXT:templavoilaplus/Resources/Private/Language/locallang_db.xlf:be_groups.tx_templavoilaplus_access',
'config' => [
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'tx_templavoilaplus_datastructure,tx_templavoilaplus_tmplobj',
'prepend_tname' => 1,
'size' => 5,
'autoSizeMax' => 15,
'multiple' => 1,
'type' => 'select',
'renderType' => 'selectMultipleSideBySide',
'allowNonIdValues' => 1,
'itemsProcFunc' => \Tvp\TemplaVoilaPlus\Service\ItemsProcFunc::class . '->mapItems',
'size' => 1,
'minitems' => 0,
'maxitems' => 1000,
'show_thumbs' => 1,
'maxitems' => 1,
'showIconTable' => true,
'selicon_cols' => 10,
],
],
];