You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ See [Troubleshooting procedure](/docs/Troubleshooting.md)
131
131
132
132
This extension allows customization of the dashboard title displayed on dataset pages.
133
133
134
-
### `ckanext.bcie.dashboard_title`
134
+
### `ckanext.dashboard.title`
135
135
136
136
-**Type:**`string`
137
137
-**Default:**`"Dashboard"`
@@ -143,13 +143,13 @@ This extension allows customization of the dashboard title displayed on dataset
143
143
To customize the title:
144
144
145
145
```ini
146
-
ckanext.bcie.dashboard_title = Project Monitoring
146
+
ckanext.dashboard.title = Project Monitoring
147
147
```
148
148
149
149
To hide the title completely:
150
150
151
151
```ini
152
-
ckanext.bcie.dashboard_title =
152
+
ckanext.dashboard.title =
153
153
```
154
154
155
155
> Note: This setting is read directly from the CKAN configuration file. If you wish to expose it in the sysadmin UI (`/admin/config`), you will need to register a config validator in the plugin.
0 commit comments