simple_styleguide.links.task.yml in Simple Style Guide 8
File
simple_styleguide.links.task.yml
View source
- # yaml file to define one or more local task(s).
- #
- # Definitions can contain any of the following:
- # title: (required) The untranslated title of the menu link.
- # description: The untranslated description of the link.
- # route_name: (optional) The route name to be used to build the path. Either a
- # route_name or a link_path must be provided.
- # base_route: Used to group together related tabs.
- # parent_id: Use the parent_id to relate a tab to a parent tab for multiple
- # levels of tabs.
- # route_parameters: (optional) The route parameters to build the path. An array.
- # link_path: (optional) If you have an external link use link_path instead of
- # providing a route_name.
- # weight: (optional) An integer that determines the relative position of items
- # in the menu; higher-weighted items sink. Defaults to 0.
- # Menu items with the same weight are ordered alphabetically.
- # options: (optional) An array of options to be passed to l() when generating
- # a link from this menu item.
-
- simple_styleguide.settings:
- route_name: simple_styleguide.styleguide_settings
- title: Settings
- base_route: simple_styleguide
- weight: 5
-
- simple_styleguide.patterns:
- route_name: entity.styleguide_pattern.collection
- title: Patterns
- base_route: simple_styleguide
- weight: 10
-
- simple_styleguide.styleguide:
- route_name: simple_styleguide.controller
- title: View Styleguide
- base_route: simple_styleguide
- weight: 15