Skip to content

Commit

Permalink
Add mapping for 'h' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tmotyl authored Jul 30, 2021
1 parent 954237e commit 741cc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dto/Manual.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public static function createFromFolder(\SplFileInfo $folder, $changelog = false
'c' => 'System extension',
'p' => 'Community extension',
'm' => 'TYPO3 manual',
'changelog' => 'Core changelog'
'changelog' => 'Core changelog',
'h' => 'Docs Home Page',
];
$type = $map[$type] ?? $type;

Expand Down

0 comments on commit 741cc7d

Please sign in to comment.