Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/custom_forms / custom_forms.links.menu.yml
Size: Mime:
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