-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgho_general.links.action.yml
110 lines (100 loc) · 3.75 KB
/
gho_general.links.action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
gho_general.add_article:
title: 'Add article'
route_name: node.add
route_parameters:
node_type: article
appears_on:
- view.content.page_articles
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_document:
title: 'Add document'
route_name: node.add
route_parameters:
node_type: document
appears_on:
- view.content.page_documents
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_story:
title: 'Add story'
route_name: node.add
route_parameters:
node_type: story
appears_on:
- view.content.page_stories
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_achievement:
title: 'Add achievement'
route_name: node.add
route_parameters:
node_type: achievement
appears_on:
- view.content.page_achievements
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_appeal_tag:
title: 'Add appeal tag'
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: appeals
appears_on:
- view.content_taxonomy_terms.page_admin_content_terms
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_section:
title: 'Add section'
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: section
appears_on:
- view.content_taxonomy_terms.page_admin_content_terms
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_story_type:
title: 'Add story type'
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: story_type
appears_on:
- view.content_taxonomy_terms.page_admin_content_terms
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_author:
title: 'Add author'
route_name: entity.media.add_form
route_parameters:
media_type: author
appears_on:
- view.media.page_media_authors
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_image:
title: 'Add image'
route_name: entity.media.add_form
route_parameters:
media_type: image
appears_on:
- view.media.page_media_images
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd
gho_general.add_video:
title: 'Add video'
route_name: entity.media.add_form
route_parameters:
media_type: video
appears_on:
- view.media.page_media_videos
# Temporary solution to ensure redirection to the origin page until
# https://www.drupal.org/project/drupal/issues/1344902 is solved.
class: \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd