Page MenuHomePhorge

test value for Custom Fields in List
ActivePublic

Authored by avivey on Mar 1 2024, 16:23.
{
"custom-list.hours": {
"name": "Hours",
"type": "int",
"list": "attribute",
"list.icon": "camera"
},
"custom-list.check": {
"name": "Check Me",
"type": "bool",
"list": "icon",
"list.icon": "subway"
},
"custom-list.user": {
"type": "users",
"list": "byline",
"list.label": "Not Owner",
"name": "Owner"
},
"custom-list.select": {
"type": "select",
"name": "Direction",
"options": {
"left": "West",
"right": "East",
"up": "North",
"": "(empty)"
},
"list": "attribute"
}
}