fix(core): 🐛 add missing file associated page icon

This commit is contained in:
alistair3149 2024-04-27 13:29:23 -04:00
parent a10fd97a2a
commit a09e5e0b34
No known key found for this signature in database

View file

@ -272,6 +272,7 @@ class SkinHooks implements
// Most icons are not mapped yet in the associated pages menu
$iconMap = [
'main' => 'article',
'file' => 'image',
'user' => 'userAvatar'
];