Skip to content

Commit dbc6cb0

Browse files
committed
Issue #3161192 by ZeiferDev: Add more accessible menu item.
1 parent 08a3dd1 commit dbc6cb0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

github_cards.links.menu.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
21
# GitHub Card menu items definition
32
entity.github_card.collection:
4-
title: 'GitHub Card'
3+
title: 'GitHub Cards'
54
route_name: entity.github_card.collection
65
description: 'List GitHub Cards'
76
parent: system.admin_content
87
weight: 99
8+
entity.github_card.add_form:
9+
route_name: entity.github_card.add_form
10+
title: 'Add GitHub Card'
11+
description: 'Add a GitHub Card.'
12+
parent: entity.github_card.collection

github_cards.links.task.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
entity.github_card.collection:
2+
title: 'GitHub Cards'
3+
route_name: entity.github_card.collection
4+
base_route: system.admin_content

0 commit comments

Comments
 (0)