Repository URL to install this package:
|
Version:
2.0.2 ▾
|
novicell/custom_forms
/
custom_forms.links.menu.yml
|
|---|
entity.custom_form.collection:
title: 'Custom Forms'
parent: system.admin
description: 'List all available custom forms.'
route_name: entity.custom_form.collection
weight: -9
entity.custom_form.collection_submenu:
title: 'Forms'
parent: entity.custom_form.collection
description: 'List all available custom forms.'
route_name: entity.custom_form.collection
weight: -100
entity.custom_form.add_page:
title: 'Add Form'
parent: entity.custom_form.collection_submenu
description: 'Add a Custom Form type.'
route_name: entity.custom_form.add_page
weight: -100
entity.custom_form.add_type:
parent: entity.custom_form.add_page
class: Drupal\custom_forms\Plugin\Menu\CustomFormTypeMenuLink
deriver: Drupal\custom_forms\Plugin\Derivative\CustomFormTypeMenuLink
entity.custom_form_type.collection:
title: 'Types'
parent: entity.custom_form.collection_submenu
description: 'Manage and CRUD actions on Custom Form type.'
route_name: entity.custom_form_type.collection
weight: 90
custom_forms.settings:
title: 'Settings'
parent: entity.custom_form.collection
description: 'Manage global custom forms settings.'
route_name: custom_forms.settings
weight: 100