argue-2.0.0-alpha4/modules/argue_structure/argue_structure.links.menu.yml
modules/argue_structure/argue_structure.links.menu.yml
argue_structure.argue_structure_conf_form:
title: 'Argue Structure Settings'
route_name: argue_structure.argue_structure_conf_form
description: 'Argue general settings.'
parent: system.admin_config
weight: 99
argue_structure.argue:
title: 'Dashboard'
route_name: argue_structure.dashboard_controller
description: 'View the Argue dashboard.'
parent: system.admin
weight: -50
options:
attributes:
data-icon: problem
argue_structure.argue_problems_overview:
title: 'Problems'
route_name: view.argue_section_tree.section_page
description: 'Overview of all problems brought up structured by sections.'
parent: argue_structure.argue
weight: -50
options:
query:
node_type: problem
attributes:
data-icon: problem
argue_structure.argue_rules_overview:
title: 'Rules'
route_name: view.argue_section_tree.section_page
description: 'Overview of all rules structured by sections.'
parent: argue_structure.argue
weight: -40
options:
query:
node_type: rule
attributes:
data-icon: rule
argue_structure.argue_ratified_rules_overview:
title: 'Ratified rules'
route_name: view.argue_section_tree.section_page
description: 'Overview of all ratified rules.'
parent: argue_structure.argue
weight: -30
options:
query:
node_type: rule
ratified: 1
attributes:
data-icon: rule
