Select dataset type when adding new data
Project description
ckanext-create_typed_package
Add dataset type selector to the "Add dataset" button.
Installation
To install ckanext-create_typed_package:
-
Install the ckanext-create_typed_package Python package
pip install ckanext-create-typed-package
-
Add
create_typed_package
to theckan.plugins
setting in your CKAN config file.
Config settings
# Build list of package types using ckanext-scheming API instead of
# internal CKAN's package_type registry
# (optional, default: false).
create_typed_package.use_scheming = true
# Additional types that are not are not automatically added to the
# list for some reason
# (optional, default: []).
create_typed_package.additional_types = custom_type another_type
# Package types that need to be excluded from the list of available
# types
# (optional, default: []).
create_typed_package.exclude_types = custom_type another_type
# After clicking on "Add datset" button redirect user to special
# page with dataset type selector instead of using in-place modal
# (optional, default: false).
create_typed_package.use_separate_route = true
# URL where the special page with dataset type selector will be registered.
# (optional, default: /dataset/select-type).
create_typed_package.route_path = /create-package/select-type
# Custom label for dataset type. It will be used by `ctp_list_types`
# action and, as result, by the type-picker UI widget. Labels provided in a
# form `create_typed_package.label_for.<TYPE>`, where machine-name for a type
# is used instead of `<TYPE>`.
# (optional, default: tk._(type_machine_name)).
create_typed_package.label_for.dataset = Publication
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ckanext-create_typed_package-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65db7b36d9a21e56c3755e274bf278d77647ecc2d38476b3c2a79ad668e8b088 |
|
MD5 | 9e8c1e4fe68dd9b1a5a0850823fd2c14 |
|
BLAKE2b-256 | 7ef999da4f8973b1999918c47ddf2105b923e2846ab382ca7798089dd2f83182 |
Close
Hashes for ckanext_create_typed_package-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b23530927b1e0ec0bf0955d5ca9fbd067ec9e43424eca70d3a1d4b2ac424b487 |
|
MD5 | 2233b5217173b6f583d0774979a7b56b |
|
BLAKE2b-256 | 77a4682fee382541b620a6cf0ff66dcfe4cd47822b37f9b948c1b54ae1d0b537 |