Directory caseing
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
columns:
|
||||
id:
|
||||
label: id
|
||||
type: text
|
||||
exam_question_id:
|
||||
label: exam_question_id
|
||||
type: text
|
||||
searchable: true
|
||||
relation: exam_question
|
||||
valueFrom: text
|
||||
text:
|
||||
label: text
|
||||
type: text
|
||||
searchable: true
|
||||
is_correct:
|
||||
label: is_correct
|
||||
type: switch
|
||||
@@ -0,0 +1,19 @@
|
||||
fields:
|
||||
exam_question:
|
||||
label: 'germanairlinesva.schooling::lang.exam_answer.question'
|
||||
nameFrom: text
|
||||
descriptionFrom: description
|
||||
span: auto
|
||||
required: 1
|
||||
type: relation
|
||||
text:
|
||||
label: 'germanairlinesva.schooling::lang.exam_answer.text'
|
||||
size: small
|
||||
span: auto
|
||||
required: 1
|
||||
type: richeditor
|
||||
is_correct:
|
||||
label: 'germanairlinesva.schooling::lang.exam_answer.is_correct'
|
||||
span: auto
|
||||
required: 1
|
||||
type: switch
|
||||
Reference in New Issue
Block a user