ソースを参照

[Fix Bug] The app's mode is batch, not single.

tags/v0.1.1
YJC 4年前
コミット
b5111813f0
1個のファイルの変更5行の追加5行の削除
  1. +5
    -5
      schema.json

+ 5
- 5
schema.json ファイルの表示

{ {
"formMode": "single",
"formMode": "batch",
"fields": [ "fields": [
{ {
"tmplType": "sample_id", "tmplType": "sample_id",
"type": "number", "type": "number",
"label": "Batch ID",
"label": "Sample ID",
"name": "sample_id", "name": "sample_id",
"question": "How many batches? For auto generating batch id.",
"placeholder": "How many batches? For auto generating batch id.",
"question": "How many samples? For auto generating sample id.",
"placeholder": "How many samples? For auto generating sample id.",
"model": "sample_id", "model": "sample_id",
"disabled": true, "disabled": true,
"min": 1, "min": 1,
"max": 1,
"max": 100,
"config": { "config": {
"initialValue": 1, "initialValue": 1,
"rules": [ "rules": [

読み込み中…
キャンセル
保存