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
I use EXT:content_defender 3.4.1 in a TYPO3 CMS 12.4.7, PHP 8.1.
If I restrict the allowed content elements in a backend layout via 'allowed', the itemGroups labels aren't displayed in the "CType" selection field inside a content element. When using 'disallowed' the labels are displayed.
Example configuration:
mod {
web_layout {
BackendLayouts {
example {
title = Example backend layout
config {
backend_layout {
colCount = 1
rowCount = 1
rows {
1 {
columns {
1 {
name = Example column
colPos = 0
allowed {
CType = text, shortcut
}
}
}
}
}
}
}
}
}
}
}
Is it possible that the item group labels are displayed while using 'allowed'?
The text was updated successfully, but these errors were encountered:
minapok
changed the title
Item group labels are not displayed
Item group labels are not displayed when using 'allowed'
Nov 7, 2023
derhansen
added a commit
to derhansen/content_defender
that referenced
this issue
May 31, 2024
I use EXT:content_defender 3.4.1 in a TYPO3 CMS 12.4.7, PHP 8.1.
If I restrict the allowed content elements in a backend layout via 'allowed', the itemGroups labels aren't displayed in the "CType" selection field inside a content element. When using 'disallowed' the labels are displayed.
Example configuration:
Is it possible that the item group labels are displayed while using 'allowed'?
The text was updated successfully, but these errors were encountered: