Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
23
core/modules/field_ui/field_ui.links.menu.yml
Normal file
23
core/modules/field_ui/field_ui.links.menu.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
entity.field_storage_config.collection:
|
||||
title: 'Field list'
|
||||
description: 'Overview of fields on all entity types.'
|
||||
route_name: entity.field_storage_config.collection
|
||||
parent: system.admin_reports
|
||||
|
||||
field_ui.display_mode:
|
||||
title: 'Display modes'
|
||||
description: 'Configure what displays are available for your content and forms.'
|
||||
route_name: field_ui.display_mode
|
||||
parent: system.admin_structure
|
||||
|
||||
entity.entity_view_mode.collection:
|
||||
title: 'View modes'
|
||||
description: 'Manage custom view modes.'
|
||||
route_name: entity.entity_view_mode.collection
|
||||
parent: field_ui.display_mode
|
||||
|
||||
entity.entity_form_mode.collection:
|
||||
title: 'Form modes'
|
||||
description: 'Manage custom form modes.'
|
||||
route_name: entity.entity_form_mode.collection
|
||||
parent: field_ui.display_mode
|
||||
Reference in a new issue