This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/modules/contrib/webform/webform.links.action.yml
2018-11-23 12:29:20 +00:00

29 lines
848 B
YAML

entity.webform.add_form:
route_name: entity.webform.add_form
title: 'Add webform'
class: '\Drupal\webform\Plugin\Menu\LocalAction\WebformDialogLocalAction'
dialog: narrow
appears_on:
- entity.webform.collection
entity.webform_options.add_form:
route_name: entity.webform_options.add_form
title: 'Add options'
appears_on:
- entity.webform_options.collection
entity.webform.handler.add_email:
route_name: entity.webform.handler.add_email
title: 'Add email'
off_canvas: normal
class: '\Drupal\webform\Plugin\Menu\LocalAction\WebformDialogLocalAction'
appears_on:
- entity.webform.handlers
entity.webform.handler:
route_name: entity.webform.handler
title: 'Add handler'
dialog: normal
class: '\Drupal\webform\Plugin\Menu\LocalAction\WebformDialogLocalAction'
appears_on:
- entity.webform.handlers