Skip to content

Commit

Permalink
ref: first brands
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Feb 1, 2024
1 parent 64a50d1 commit b9d3ff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions EMS/core-bundle/src/Form/Field/IconPickerType.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,10 @@ class IconPickerType extends SelectPickerType
'icon.deviantart' => 'fa fa-deviantart',
'icon.digg' => 'fa fa-digg',
'icon.dribbble' => 'fa fa-dribbble',
'icon.dropbox' => 'fa fa-dropbox',
'icon.drupal' => 'fa fa-drupal',
'icon.dropbox-old' => 'fa fa-dropbox',
'icon.dropbox' => 'fab fa-dropbox',
'icon.drupal-old' => 'fa fa-drupal',
'icon.drupal' => 'fab fa-drupal',
'icon.empire' => 'fa fa-empire',
'icon.facebook' => 'fa fa-facebook',
'icon.facebook-f' => 'fa fa-facebook-f',
Expand Down
2 changes: 2 additions & 0 deletions EMS/core-bundle/src/Resources/translations/emsco-forms.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,9 @@ icon:
deviantart: Deviantart
digg: Digg
dribbble: Dribbble
dropbox-old: Dropbox (dep)
dropbox: Dropbox
drupal-old: Drupal (dep)
drupal: Drupal
empire: Empire
facebook: Facebook
Expand Down

0 comments on commit b9d3ff3

Please sign in to comment.