Skip to content

Commit 0b7e691

Browse files
committed
fix: Update hints for resource fields to clarify bilingual settings
1 parent dbbb447 commit 0b7e691

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/admin/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ collections:
106106
value: "Procurement"
107107
- label: "Services"
108108
value: "Services"
109-
hint: "Category for grouping resources (labels must match src/_data/resourceTopics.js)"
109+
hint: "Category for grouping resources (same for both languages - set in English tab)"
110110
- label: "Internal Links"
111111
name: "internalLinks"
112112
widget: "boolean"
113113
default: false
114114
required: false
115115
i18n: duplicate
116-
hint: "Check if resource requires GC network access"
116+
hint: "Check if resource requires GC network access (same for both languages - set in English tab)"
117117
- label: "Language Availability"
118118
name: "languageAvailability"
119119
widget: "select"
@@ -124,7 +124,7 @@ collections:
124124
- { label: "Available in both languages", value: "both" }
125125
- { label: "English only", value: "en" }
126126
- { label: "French only", value: "fr" }
127-
hint: "Indicates if resource is only available in one language"
127+
hint: "Indicates if resource is only available in one language (same for both languages - set in English tab)"
128128
- label: "Resource Type"
129129
name: "resourceType"
130130
widget: "select"
@@ -135,7 +135,7 @@ collections:
135135
- { label: "Standard resource", value: "standard" }
136136
- { label: "Parent resource (has sub-resources)", value: "parent" }
137137
- { label: "Child resource (belongs under a parent)", value: "child" }
138-
hint: "Determines heading level: standard/parent = h3, child = h4"
138+
hint: "Determines heading level (same for both languages - set in English tab)"
139139
- label: "Parent Resource"
140140
name: "parentResource"
141141
widget: "relation"
@@ -145,7 +145,7 @@ collections:
145145
display_fields: ["{{title}}"]
146146
required: false
147147
i18n: duplicate
148-
hint: "Search and select the parent resource (look for '(parent)' in the list)"
148+
hint: "Search and select the parent resource (same for both languages - set in English tab)"
149149
options_length: 100
150150
filters:
151151
- field: resourceType

0 commit comments

Comments
 (0)