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
17
core/modules/field_ui/field_ui.links.action.yml
Normal file
17
core/modules/field_ui/field_ui.links.action.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
field_ui.entity_view_mode_add:
|
||||
route_name: field_ui.entity_view_mode_add
|
||||
title: 'Add new view mode'
|
||||
weight: 1
|
||||
appears_on:
|
||||
- entity.entity_view_mode.collection
|
||||
|
||||
field_ui.entity_form_mode_add:
|
||||
route_name: field_ui.entity_form_mode_add
|
||||
title: 'Add new form mode'
|
||||
weight: 1
|
||||
appears_on:
|
||||
- entity.entity_form_mode.collection
|
||||
|
||||
field_ui.field_storage_config_add:
|
||||
class: \Drupal\Core\Menu\LocalActionDefault
|
||||
deriver: \Drupal\field_ui\Plugin\Derivative\FieldUiLocalAction
|
||||
Reference in a new issue