Files
KintoneAppBuilder/backend/Temp/formlayout.json

83 lines
2.2 KiB
JSON

{
"layout": [
{
"type": "ROW",
"fields": [
{
"type": "DATE",
"code": "日付",
"size": {
"width": "117"
}
},
{
"type": "CREATOR",
"code": "作成者",
"size": {
"width": "120"
}
},
{
"type": "DROP_DOWN",
"code": "ドロップダウン",
"size": {
"width": "142"
}
},
{
"type": "USER_SELECT",
"code": "ユーザー選択",
"size": {
"width": "344"
}
}
]
},
{
"type": "ROW",
"fields": [
{
"type": "MULTI_LINE_TEXT",
"code": "文字列__複数行_",
"size": {
"width": "444",
"innerHeight": "115"
}
},
{
"type": "RADIO_BUTTON",
"code": "ラジオボタン",
"size": {
"width": "194"
}
}
]
},
{
"type": "ROW",
"fields": [
{
"type": "MULTI_LINE_TEXT",
"code": "文字列__複数行__0",
"size": {
"width": "444",
"innerHeight": "115"
}
}
]
},
{
"type": "ROW",
"fields": [
{
"type": "FILE",
"code": "添付ファイル",
"size": {
"width": "207"
}
}
]
}
],
"revision": "16"
}