This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/webform.links.action.yml

30 lines
848 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
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
2017-03-16 15:29:07 +00:00
entity.webform_options.add_form:
route_name: entity.webform_options.add_form
title: 'Add options'
appears_on:
- entity.webform_options.collection
2018-11-23 12:29:20 +00:00
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