Skip to content

Commit

Permalink
TASK: Add icons list to template
Browse files Browse the repository at this point in the history
Resolves: #3449
  • Loading branch information
sabbelasichon committed Aug 10, 2023
1 parent 49616c3 commit d389f59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/rector.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use Ssch\TYPO3Rector\Configuration\Typo3Option;
use Ssch\TYPO3Rector\Rector\General\ConvertImplicitVariablesToExplicitGlobalsRector;
use Ssch\TYPO3Rector\Rector\General\ExtEmConfRector;
use Ssch\TYPO3Rector\Set\Typo3LevelSetList;
use Ssch\TYPO3Rector\Set\Typo3SetList;

return static function (RectorConfig $rectorConfig): void {

Expand All @@ -19,6 +20,8 @@ return static function (RectorConfig $rectorConfig): void {

$rectorConfig->sets([
Typo3LevelSetList::UP_TO_TYPO3_11,
// https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/FileStructure/Configuration/Icons.html
// Typo3SetList::REGISTER_ICONS_TO_ICON,
]);

// Define your target version which you want to support
Expand Down

0 comments on commit d389f59

Please sign in to comment.