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/vendor/drupal/console/templates/module/links.action-entity-content.yml.twig
2018-11-23 12:29:20 +00:00

11 lines
348 B
Twig

entity.{{ entity_name }}.add_form:
{# Note: a content entity with bundles will add via a dedicated controller. #}
{% if not bundle_entity_type %}
route_name: entity.{{ entity_name }}.add_form
{% else %}
route_name: entity.{{ entity_name }}.add_page
{% endif %}
title: 'Add {{ label }}'
appears_on:
- entity.{{ entity_name }}.collection