"frontMatter.data.files": [
{
"id": "music2program2",
"title": "Music to program to",
"file": "[[workspace]]/data/dnb/kollitsch/music.json",
"fileType": "json",
"labelField": "name",
"schema": {
"title": "music2program2",
"type": "object",
"required": [
"name",
"link"
],
"properties": {
"name": {
"type": "string",
"title": "Name"
},
"link": {
"type": "string",
"title": "URL"
},
"description": {
"type": "string",
"title": "Description",
"single": false,
"wysiwyg": true
}
}
}
}
],
It would be nice to have at least a multiline field here. Maybe even globally some form of distinction between string and "multiline string" as field type in general?
I would expect the Dashboard > Data view to work according to the docs for field configurations for strings, as in
single: falseandwysiwyg: trueresulting in extended text fields. It doesn't though.Config:
results in:
It would be nice to have at least a multiline field here. Maybe even globally some form of distinction between string and "multiline string" as field type in general?
Desktop (please complete the following information):