Added total fees config & did composer update ready to deploy

This commit is contained in:
2021-09-12 08:52:03 +01:00
parent 8c7b43f53f
commit e1a298c43d
6 changed files with 201 additions and 4 deletions

View File

@ -5,6 +5,7 @@ dependencies:
config:
- field.field.oc_case.project.field_contract_signed_date
- field.field.oc_case.project.field_fee
- field.field.oc_case.project.field_total_fee
- opencase_cases.oc_case_type.project
module:
- datetime
@ -42,12 +43,23 @@ content:
link: ''
third_party_settings: { }
region: content
field_total_fee:
weight: 4
label: above
settings:
thousand_separator: ''
decimal_separator: .
scale: 2
prefix_suffix: true
third_party_settings: { }
type: number_decimal
region: content
files:
label: above
settings:
use_description_as_link_text: true
region: content
weight: 5
weight: 6
third_party_settings: { }
type: file_default
trainings:
@ -58,7 +70,7 @@ content:
user_id:
label: above
type: author
weight: 4
weight: 5
region: content
settings: { }
third_party_settings: { }