This commit is contained in:
wataru 2023-06-05 15:28:03 +09:00
parent 480735bb8d
commit 8d49db9d69

View File

@ -41,34 +41,31 @@ body:
attributes: attributes:
label: Clear setting label: Clear setting
description: Have you tried clear setting? description: Have you tried clear setting?
multiple: true
options: options:
- "yes" - "yes"
- "no" - "no"
validations: validations:
required: true required: true
# - type: dropdown - type: dropdown
# id: sample-model id: sample-model
# attributes: attributes:
# label: Sample model label: Sample model
# description: Sample model work fine description: Sample model work fine
# multiple: true options:
# options: - "yes"
# - YES - "no"
# - NO validations:
# validations: required: true
# required: true - type: dropdown
# - type: dropdown id: input-chunk-num
# id: input-chunk-num attributes:
# attributes: label: Input chunk num
# label: Input chunk num description: Have you tried to change input chunk num?
# description: Have you tried to change input chunk num? options:
# multiple: true - "yes"
# options: - "no"
# - YES validations:
# - NO required: true
# validations:
# required: true
# - type: input # - type: input
# id: vc-type # id: vc-type
# attributes: # attributes: