Skip to content

Commit 3ade246

Browse files
committed
feat(dev): local_url patch;
- Monkey patch _local_url.
1 parent e7680b7 commit 3ade246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ckanext/language_domains/config_declaration.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ groups:
77
description: |
88
Dictionary of language locales to domain list
99
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
1015
- key: ckanext.language_domains.secret
1116
example: 'thisisalegitsecret'
1217
description: |

0 commit comments

Comments
 (0)