KintoneAppBuilder created
This commit is contained in:
83
backend/Temp/formlayout.json
Normal file
83
backend/Temp/formlayout.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user