ckanext-scheming
ckanext-scheming copied to clipboard
configuring ckanext-fluent and ckanext-scheming for my CKAN extension with multilingual extra fields
Hello everyone,
I'm currently working on a CKAN extension that adds extra fields for different languages. To achieve this, I am using both ckanext-fluent and ckanext-scheming. However, I'm facing difficulties with the configuration.
I have thoroughly read the documentation of ckanext-scheming, but I am still unable to configure it properly. In my plugin.py
file, I have set up my JSON file, but unfortunately, the extra fields are not showing up when I try to create a new dataset.
Could someone please assist me in properly configuring ckanext-fluent and ckanext-scheming with my extension, so that the extra fields for different languages appear when creating a dataset?
Thank you for your help!