Feature #90042
closedMake all page icons customizable by doktype
100%
Description
When declaring a custom doktype one can define a custom icon.
There are special page states in which case a different icon will be shown in page tree:
- Page is hidden in navigation
- Page is site-root
- Page contains content from another page
- Page contains content from another page AND is hidden in navigation
It should be possible for extension developers to provide a custom icon for each state.
If an icon was not specified it would fallback to the icon which is currently used (for pages).
'typeicon_classes' => [ 123 => "my-icon", '123-contentFromPid' => "my-icon-contentFromPid", '123-hideinmenu' => "my-icon-hideinmenu", ],
In the above example no root icon (123-root
) was defined, thus it would fallback to page-root
.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62813
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62813
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62813
Updated by Gerrit Code Review almost 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62813
Updated by Mario Lubenka almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a6a0d11cd9d2aa1a24c06114922619a0404aa71b.
Updated by Nikita Hovratov over 1 year ago
- Related to Bug #101379: Fallback icons for custom page types do not work added