js_example.links.menu.yml

Same filename in other branches
  1. 3.x modules/js_example/js_example.links.menu.yml
modules/js_example/js_example.links.menu.yml

File

modules/js_example/js_example.links.menu.yml

View source
  1. # Define default links for this module.
  2. js_example.info:
  3. title: JavaScript Example
  4. description: Some information about the JavaScript example.
  5. route_name: js_example.info
  6. expanded: TRUE
  7. js_example.weights:
  8. title: JavaScript weighting in action
  9. description: Show list weighting through JavaScript.
  10. route_name: js_example.weights
  11. parent: js_example.info
  12. weight: 10
  13. js_example.accordion:
  14. title: JavaScript accordion
  15. description: A pure JavaScript accordion demo.
  16. route_name: js_example.accordion
  17. parent: js_example.info
  18. weight: 1