Skip to content

Commit 8b02287

Browse files
committed
reg new icons
1 parent 28fbaef commit 8b02287

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/InspireCmsServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ protected function getIcons(): array
243243
'templates' => 'css-template',
244244
'document_type' => 'css-collage',
245245

246+
'content_picker' => view('inspirecms::icons.content-picker'),
247+
'media_picker' => view('inspirecms::icons.media-picker'),
248+
'icon_picker' => view('inspirecms::icons.icon-picker'),
249+
246250
])->mapWithKeys(fn ($icon, $key) => ["{$iconPrefix}{$key}" => $icon])->all();
247251
}
248252

0 commit comments

Comments
 (0)