We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7680b7 commit 3ade246Copy full SHA for 3ade246
ckanext/language_domains/config_declaration.yaml
@@ -7,6 +7,11 @@ groups:
7
description: |
8
Dictionary of language locales to domain list
9
required: true
10
+ - key: ckanext.language_domains.root_paths
11
+ example: {"example.com": "/data", "exemple.com": "/data"}
12
+ description: |
13
+ Dictionary of domains and their CKAN root_paths
14
+ required: false
15
- key: ckanext.language_domains.secret
16
example: 'thisisalegitsecret'
17
0 commit comments