When you want to set a channel as your homepage, you must use this code as path.
{
"key": "path",
"label": "Path",
"type": "Path",
"options": {
"width": 0.5,
"empty": true,
"hidden": false,
"readonly": true
}
}Properties
help:Null<Dynamic>
Adding help or instructional text to a field.
"help": "This field can only contain letters."show_when:Null<EitherType<ShowOptions, Array<ShowOptions>>>
The "value" can be set to "null" of "!null" to check if something is empty.