Added total fees config & did composer update ready to deploy
This commit is contained in:
@ -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: { }
|
||||
|
||||
Reference in New Issue
Block a user