Skip to content

Commit

Permalink
[TASK] Add descriptions to content element registration
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 11, 2024
1 parent ffd2723 commit f65c7be
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.accordion',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.accordion.description',
'value' => 'accordion',
'icon' => 'content-bootstrappackage-accordion',
'group' => 'bootstrap_package',
Expand Down
2 changes: 2 additions & 0 deletions Configuration/TCA/Overrides/201_content_element_audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.audio',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.audio.description',
'value' => 'audio',
'icon' => 'content-audio',
'group' => 'bootstrap_package',

],
'accordion',
'after'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.card_group',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.card_group.description',
'value' => 'card_group',
'icon' => 'content-bootstrappackage-card-group',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel.description',
'value' => 'carousel',
'icon' => 'content-bootstrappackage-carousel',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel_small',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel_small.description',
'value' => 'carousel_small',
'icon' => 'content-bootstrappackage-carousel',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel_fullscreen',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel_fullscreen.description',
'value' => 'carousel_fullscreen',
'icon' => 'content-bootstrappackage-carousel',
'group' => 'bootstrap_package',
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/207_content_element_csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.csv',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.csv.description',
'value' => 'csv',
'icon' => 'content-bootstrappackage-csv',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.external_media',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.external_media.description',
'value' => 'external_media',
'icon' => 'content-bootstrappackage-externalmedia',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.icon_group',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.icon_group.description',
'value' => 'icon_group',
'icon' => 'content-bootstrappackage-icon-group',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.listgroup',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.listgroup.description',
'value' => 'listgroup',
'icon' => 'content-bootstrappackage-listgroup',
'group' => 'bootstrap_package',
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/213_content_element_media.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.media',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.media.description',
'value' => 'media',
'icon' => 'mimetypes-x-content-multimedia',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.card_list',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.card_list.description',
'value' => 'menu_card_list',
'icon' => 'content-bootstrappackage-menu-card',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.card_dir',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.card_dir.description',
'value' => 'menu_card_dir',
'icon' => 'content-bootstrappackage-menu-card',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.thumbnail_list',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.thumbnail_list.description',
'value' => 'menu_thumbnail_list',
'icon' => 'content-menu-thumbnail',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.thumbnail_dir',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:menu.thumbnail_dir.description',
'value' => 'menu_thumbnail_dir',
'icon' => 'content-menu-thumbnail',
'group' => 'bootstrap_package',
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/218_content_element_panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.panel',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.panel.description',
'value' => 'panel',
'icon' => 'content-panel',
'group' => 'bootstrap_package',
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/219_content_element_quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.quote',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.quote.description',
'value' => 'quote',
'icon' => 'content-quote',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.social_links',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.social_links.description',
'value' => 'social_links',
'icon' => 'content-bootstrappackage-social-links',
'group' => 'bootstrap_package',
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/221_content_element_tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.tab',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.tab.description',
'value' => 'tab',
'icon' => 'content-bootstrappackage-tab',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.textcolumn',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.textcolumn.description',
'value' =>'textcolumn',
'icon' => 'content-text-columns',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.texticon',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.texticon.description',
'value' =>'texticon',
'icon' => 'content-bootstrappackage-texticon',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.textteaser',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.textteaser.description',
'value' =>'textteaser',
'icon' => 'content-text-teaser',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.timeline',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.timeline.description',
'value' =>'timeline',
'icon' => 'content-bootstrappackage-timeline',
'group' => 'bootstrap_package',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'CType',
[
'label' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.gallery',
'description' => 'LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.gallery.description',
'value' => 'gallery',
'icon' => 'content-bootstrappackage-gallery',
'group' => 'bootstrap_package',
Expand Down

0 comments on commit f65c7be

Please sign in to comment.