Skip to content

Commit

Permalink
Merge pull request #52 from OS2Forms/b/fix-menu-icons
Browse files Browse the repository at this point in the history
Add attributes to menu links
  • Loading branch information
inuitviking authored Jun 30, 2023
2 parents c988f4d + 1e39425 commit 22f6331
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ before starting to add changes.
- modules/os2forms_permissions_by_term moved to os2forms/os2forms repo
- modules/os2forms_webform_list moved to os2forms/os2forms repo

## [1.11.1] - 29.06.2023
- Fixed missing icons on administration menu

## [1.11.0] - 10.03.2023
- Added github action for checking changelog changes when creating pull requests
- Updated readme
Expand Down
12 changes: 12 additions & 0 deletions os2forms_forloeb_profile.links.menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ system.admin.os2forms_forloeb.task_console:
parent: system.admin
route_name: maestro_taskconsole.taskconsole
weight: 10
attributes:
class: 'toolbar-icon-content-tasks'
system.admin.os2forms_forloeb.task_console.outstanding_tasks:
title: 'Mine selvbetjeningsforløb'
menu_name: admin
Expand Down Expand Up @@ -32,6 +34,8 @@ system.admin.os2forms_forloeb.content:
parent: system.admin
route_name: system.admin_content
weight: 11
attributes:
class: 'toolbar-icon-content-self-service'
system.admin.os2forms_forloeb.content.new_webform:
title: 'Tilføj formular'
menu_name: admin
Expand Down Expand Up @@ -59,6 +63,8 @@ system.admin.os2forms_forloeb.webforms:
parent: system.admin
route_name: entity.webform.collection
weight: 12
attributes:
class: 'toolbar-icon-content-form'
system.admin.os2forms_forloeb.webforms.templates:
title: 'Skabeloner'
menu_name: admin
Expand All @@ -79,6 +85,8 @@ system.admin.os2forms_forloeb.flows:
parent: system.admin
route_name: entity.maestro_template.list
weight: 13
attributes:
class: 'toolbar-icon-content-flows'
system.admin.os2forms_forloeb.flows.add_flow:
title: 'Tilføj flow'
menu_name: admin
Expand Down Expand Up @@ -110,6 +118,8 @@ system.admin.os2forms_forloeb.config_import_export:
parent: system.admin
route_name: config.import_single
weight: 14
attributes:
class: 'toolbar-icon-content-import-export'

# Oversættelser
system.admin.os2forms_forloeb.translation:
Expand All @@ -118,3 +128,5 @@ system.admin.os2forms_forloeb.translation:
parent: system.admin
route_name: locale.translate_page
weight: 15
attributes:
class: 'toolbar-icon-content-translations'

0 comments on commit 22f6331

Please sign in to comment.