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"
}
}]
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" } }]