Added notes field to training
This commit is contained in:
parent
cd63c5aeab
commit
16d7ce6d03
4
composer.lock
generated
4
composer.lock
generated
@ -94,7 +94,7 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
|
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
|
||||||
"reference": "8cde0b88926e66c1cfb3aa72d2b7ba5ac687ee56"
|
"reference": "de691b5a52c76674a9e86367b9b248b80d3a8543"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "*",
|
"composer/installers": "*",
|
||||||
@ -111,7 +111,7 @@
|
|||||||
"email": "helo@autonomic.zone"
|
"email": "helo@autonomic.zone"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-11-11T14:35:45+00:00"
|
"time": "2021-11-11T15:27:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bjeavons/zxcvbn-php",
|
"name": "bjeavons/zxcvbn-php",
|
||||||
|
@ -93,6 +93,14 @@ content:
|
|||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
notes:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 9
|
weight: 9
|
||||||
|
@ -150,6 +150,13 @@ content:
|
|||||||
weight: 9
|
weight: 9
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: file_default
|
type: file_default
|
||||||
|
notes:
|
||||||
|
type: basic_string
|
||||||
|
weight: 14
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
trainers:
|
trainers:
|
||||||
weight: 10
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
|
Reference in New Issue
Block a user