Skip to content

Commit

Permalink
BUGFIX: Fix icons in modules after FA5 change
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed May 8, 2018
1 parent 176aa62 commit b868039
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,29 +299,29 @@ Neos:
label: 'Neos.Neos:Modules:management.label'
controller: 'Neos\Neos\Controller\Module\ManagementController'
description: 'Neos.Neos:Modules:management.description'
icon: icon-briefcase
icon: fas fa-briefcase
submodules:
workspaces:
label: 'Neos.Neos:Modules:workspaces.label'
controller: 'Neos\Neos\Controller\Module\Management\WorkspacesController'
description: 'Neos.Neos:Modules:workspaces.description'
icon: icon-th-large
icon: fas fa-th-large
history:
label: 'Neos.Neos:Modules:history.label'
controller: 'Neos\Neos\Controller\Module\Management\HistoryController'
description: 'Neos.Neos:Modules:history.description'
icon: icon-calendar
icon: fas fa-calendar
administration:
label: 'Neos.Neos:Modules:administration.label'
controller: 'Neos\Neos\Controller\Module\AdministrationController'
description: 'Neos.Neos:Modules:administration.description'
icon: icon-gears
icon: fas fa-cogs
submodules:
users:
label: 'Neos.Neos:Modules:users.label'
controller: 'Neos\Neos\Controller\Module\Administration\UsersController'
description: 'Neos.Neos:Modules:users.description'
icon: icon-group
icon: fas fa-users
actions:
new:
label: 'Neos.Neos:Modules:users.actions.new.label'
Expand All @@ -330,12 +330,12 @@ Neos:
label: 'Neos.Neos:Modules:packages.label'
controller: 'Neos\Neos\Controller\Module\Administration\PackagesController'
description: 'Neos.Neos:Modules:packages.description'
icon: icon-archive
icon: fas fa-archive
sites:
label: 'Neos.Neos:Modules:sites.label'
controller: 'Neos\Neos\Controller\Module\Administration\SitesController'
description: 'Neos.Neos:Modules:sites.description'
icon: icon-globe
icon: fas fa-globe
actions:
newSite:
label: 'Neos.Neos:Modules:sites.actions.newSite.label'
Expand All @@ -344,12 +344,12 @@ Neos:
label: 'Neos.Neos:Modules:configuration.label'
controller: 'Neos\Neos\Controller\Module\Administration\ConfigurationController'
description: 'Neos.Neos:Modules:configuration.description'
icon: icon-list-alt
icon: fas fa-list-alt
dimensions:
label: 'Neos.Neos:Modules:dimensions.label'
controller: 'Neos\Neos\Controller\Module\Administration\DimensionController'
description: 'Neos.Neos:Modules:dimensions.description'
icon: icon-code-fork
icon: fas fa-code-branch
user:
label: 'Neos.Neos:Modules:user.label'
controller: \Neos\Neos\Controller\Module\UserController
Expand All @@ -359,7 +359,7 @@ Neos:
label: 'Neos.Neos:Modules:userSettings.label'
controller: \Neos\Neos\Controller\Module\User\UserSettingsController
description: 'Neos.Neos:Modules:userSettings.description'
icon: icon-user
icon: fas fa-user

# Settings for the Neos Event Log (** DO NOT USE, NO PUBLIC API YET **)
eventLog:
Expand Down
1 change: 1 addition & 0 deletions Resources/Private/Styles/Modules/_Modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@

i {
line-height: 20px;
padding-right: 5px;
}
}
}
Expand Down

0 comments on commit b868039

Please sign in to comment.