csse-uoft / ckanext-udc

GNU Affero General Public License v3.0
1 stars 0 forks source link

Add short description to JSON configuration #6

Closed bgajdero closed 1 year ago

bgajdero commented 1 year ago

Add a new parameters: "short_description". Limit display to 255 characters. Display an error on saving the JOSN file if text is longer than 255 characters. e.g. "title": "Maturity Level 1 (Basic Information)", "short_description": "display this one line by the field.", "name": "maturity_level_1", "fields": [{ "name": "theme", "label": "Domain / Topic", "type": "text" }, { "ckanField": "title" } }]

bgajdero commented 1 year ago

Maturity Model Screen v March 08.pdf