11 lines
315 B
Twig
11 lines
315 B
Twig
![]() |
{# Initial new line ensures that the new definitions starts on a new line #}
|
||
|
|
||
|
# {{ label }} menu items definition
|
||
|
entity.{{ entity_name }}.collection:
|
||
|
title: '{{ label }}'
|
||
|
route_name: entity.{{ entity_name }}.collection
|
||
|
description: 'List {{ label }} (bundles)'
|
||
|
parent: system.admin_structure
|
||
|
weight: 99
|
||
|
|