Skip to content
Snippets Groups Projects
Commit 59b7cdc2 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Removed min and max_tag_length from docs (deprecated)

parent f267b16e
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added configuration variable `ckanext.odsh.min_tag_length` indicating minimum characters allowed for tag length.
- Added configuration variable `ckanext.odsh.max_tag_length` indicating maximum characters allowed for tag length.
- Added editing of custom extra fields alongside the fixed fields in organizations form. - Added editing of custom extra fields alongside the fixed fields in organizations form.
- Added package-pill indicator for data series in the dataset overview. - Added package-pill indicator for data series in the dataset overview.
- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form. - Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form.
......
...@@ -97,8 +97,6 @@ Parameter | Type | Default | Description ...@@ -97,8 +97,6 @@ Parameter | Type | Default | Description
`ckanext.odsh.download_proxy` | `string` | `None` | Use proxy server to access the web, e.g., `http://1.2.3.4:4123`. `ckanext.odsh.download_proxy` | `string` | `None` | Use proxy server to access the web, e.g., `http://1.2.3.4:4123`.
`ckanext.odsh.copy_remote_resources` | `boolean` | `False` | Indicates whether remote resources should be copied when creating a resource. `ckanext.odsh.copy_remote_resources` | `boolean` | `False` | Indicates whether remote resources should be copied when creating a resource.
`ckanext.odsh.lenient_with` | `string` | Empty string | Comma seperated list of organization IDs for which certain validations should be more lenient, e.g., `09871195-cd0a-4767-9396-276404c940d9,6389d8d9-4eed-472f-9220-4cc2dd82fb90`. `ckanext.odsh.lenient_with` | `string` | Empty string | Comma seperated list of organization IDs for which certain validations should be more lenient, e.g., `09871195-cd0a-4767-9396-276404c940d9,6389d8d9-4eed-472f-9220-4cc2dd82fb90`.
`ckanext.odsh.min_tag_length` | `integer` | `2` | Minimum characters allowed for tag length.
`ckanext.odsh.max_tag_length` | `integer` | `100` | Maximum characters allowed for tag length. (Maximum value: 100)
`ckanext.odsh.testuser` | `string` | `None` | Name of user for testing. `ckanext.odsh.testuser` | `string` | `None` | Name of user for testing.
`ckanext.odsh.testuserpass` | `string` | `None` | Password of user for testing. `ckanext.odsh.testuserpass` | `string` | `None` | Password of user for testing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment