Skip to content

Commit

Permalink
Merge pull request #45 from CivicActions/feature/PGOV-394-Task-tray-c…
Browse files Browse the repository at this point in the history
…ategories

[PGOV-394] Add type tray categories to content types
  • Loading branch information
acabouet authored Jan 21, 2025
2 parents 3641ccc + 2f8d569 commit 93e4885
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/node.type.agency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
available_menus: { }
parent: ''
type_tray:
type_category: _none
type_category: organization
type_thumbnail: ''
type_icon: ''
type_description: ''
Expand Down
2 changes: 1 addition & 1 deletion config/node.type.article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- type_tray
third_party_settings:
type_tray:
type_category: _none
type_category: content
type_thumbnail: ''
type_icon: ''
type_description: ''
Expand Down
2 changes: 1 addition & 1 deletion config/node.type.division.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
available_menus: { }
parent: ''
type_tray:
type_category: _none
type_category: organization
type_thumbnail: ''
type_icon: ''
type_description: ''
Expand Down
4 changes: 2 additions & 2 deletions config/node.type.goal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ third_party_settings:
available_menus: { }
parent: ''
type_tray:
type_category: _none
type_category: strategic-plan
type_thumbnail: ''
type_icon: ''
type_description: ''
existing_nodes_link_text: ''
type_weight: 0
type_weight: 10
name: Goal
type: goal
description: 'An administration goal'
Expand Down
4 changes: 2 additions & 2 deletions config/node.type.objective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ third_party_settings:
available_menus: { }
parent: ''
type_tray:
type_category: _none
type_category: strategic-plan
type_thumbnail: ''
type_icon: ''
type_description: ''
existing_nodes_link_text: ''
type_weight: 0
type_weight: 20
name: Objective
type: objective
description: 'Objectives break down goals and sub-goals into specific, actionable objectives whose progress can be measured.'
Expand Down
2 changes: 1 addition & 1 deletion config/node.type.page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- type_tray
third_party_settings:
type_tray:
type_category: _none
type_category: content
type_thumbnail: ''
type_icon: ''
type_description: ''
Expand Down
2 changes: 1 addition & 1 deletion config/node.type.plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
available_menus: { }
parent: ''
type_tray:
type_category: _none
type_category: strategic-plan
type_thumbnail: ''
type_icon: ''
type_description: ''
Expand Down
2 changes: 1 addition & 1 deletion config/node.type.report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
available_menus: { }
parent: ''
type_tray:
type_category: _none
type_category: report
type_thumbnail: ''
type_icon: ''
type_description: ''
Expand Down
6 changes: 6 additions & 0 deletions config/type_tray.settings.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
_core:
default_config_hash: c-knKQdQwnCtY9cwzSHofxLIkpZdYUGi13uCGVEFCHc
categories:
strategic-plan: 'Strategic plans'
report: Reports
organization: Organizations
content: 'Site content'
fallback_label: Uncategorized
text_format: plain_text

0 comments on commit 93e4885

Please sign in to comment.