added actions links to admin pages
This commit is contained in:
parent
59b07a5ca4
commit
3e15f40066
|
@ -18,7 +18,7 @@ mode: default
|
||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 2
|
weight: 3
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
|
@ -27,7 +27,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 10
|
weight: 5
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
@ -40,7 +40,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -48,12 +48,12 @@ content:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 15
|
weight: 6
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
simplenews_issue:
|
simplenews_issue:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 3
|
weight: 1
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
@ -61,14 +61,14 @@ content:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 120
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 16
|
weight: 7
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
title:
|
title:
|
||||||
|
@ -81,7 +81,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 5
|
weight: 4
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -89,8 +89,8 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 50
|
weight: 9
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
hidden: { }
|
hidden: { }
|
||||||
|
|
|
@ -7,8 +7,6 @@ dependencies:
|
||||||
- migrate_plus
|
- migrate_plus
|
||||||
- migrate_tools
|
- migrate_tools
|
||||||
- materio_migrate
|
- materio_migrate
|
||||||
_core:
|
|
||||||
default_config_hash: tbcV0glxU9BqeXcSUn9ZKXnOPW-C2v8Q-shvIJ2xNG8
|
|
||||||
id: d7_materio
|
id: d7_materio
|
||||||
label: 'D7 Materio'
|
label: 'D7 Materio'
|
||||||
description: 'Drupal 7 materio content migration to Drupal 8.'
|
description: 'Drupal 7 materio content migration to Drupal 8.'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
uuid: 95f09cc4-4b91-4d65-9519-22da7783121b
|
uuid: c53a692f-6a96-4716-b7af-adb44749776a
|
||||||
langcode: und
|
langcode: und
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
|
|
|
@ -0,0 +1,61 @@
|
||||||
|
editors_menus.material_add:
|
||||||
|
route_name: node.add
|
||||||
|
route_parameters:
|
||||||
|
node_type: 'materiau'
|
||||||
|
title: 'Add Material'
|
||||||
|
appears_on:
|
||||||
|
- view.admin_nodes.page_1
|
||||||
|
|
||||||
|
editors_menus.article_add:
|
||||||
|
route_name: node.add
|
||||||
|
route_parameters:
|
||||||
|
node_type: 'article'
|
||||||
|
title: 'Add Article'
|
||||||
|
appears_on:
|
||||||
|
- view.admin_nodes.page_2
|
||||||
|
|
||||||
|
editors_menus.company_add:
|
||||||
|
route_name: entity.taxonomy_term.add_form
|
||||||
|
route_parameters:
|
||||||
|
taxonomy_vocabulary: 'company'
|
||||||
|
title: 'Add Companie'
|
||||||
|
appears_on:
|
||||||
|
- view.admin_taxo.page_1
|
||||||
|
|
||||||
|
editors_menus.showroom_add:
|
||||||
|
route_name: entity.taxonomy_term.add_form
|
||||||
|
route_parameters:
|
||||||
|
taxonomy_vocabulary: 'showroom'
|
||||||
|
title: 'Add Showroom'
|
||||||
|
appears_on:
|
||||||
|
- view.admin_taxo.page_2
|
||||||
|
|
||||||
|
editors_menus.user_add:
|
||||||
|
route_name: user.admin_create
|
||||||
|
title: 'Add User'
|
||||||
|
appears_on:
|
||||||
|
- view.admin_users.page_1
|
||||||
|
|
||||||
|
# editors_menus.simplenews_daily_add:
|
||||||
|
# route_name: node.add
|
||||||
|
# route_parameters:
|
||||||
|
# node_type: 'simplenews_issue'
|
||||||
|
# title: 'Add Daily'
|
||||||
|
# appears_on:
|
||||||
|
# - view.simplenews_newsletters.page_1
|
||||||
|
#
|
||||||
|
# editors_menus.simplenews_newsletter_add:
|
||||||
|
# route_name: node.add
|
||||||
|
# route_parameters:
|
||||||
|
# node_type: 'simplenews_issue'
|
||||||
|
# title: 'Add Newletter'
|
||||||
|
# appears_on:
|
||||||
|
# - view.simplenews_newsletters.page_1
|
||||||
|
#
|
||||||
|
# editors_menus.simplenews_companies_add:
|
||||||
|
# route_name: node.add
|
||||||
|
# route_parameters:
|
||||||
|
# node_type: 'simplenews_issue'
|
||||||
|
# title: 'Add Companies mailing'
|
||||||
|
# appears_on:
|
||||||
|
# - view.simplenews_newsletters.page_1
|
Loading…
Reference in New Issue