Added total fees config & did composer update ready to deploy
This commit is contained in:
23
config/field.field.oc_case.project.field_total_fee.yml
Normal file
23
config/field.field.oc_case.project.field_total_fee.yml
Normal file
@ -0,0 +1,23 @@
|
||||
uuid: 244c5c44-44f0-40b8-8dc3-5a0b2119d536
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_case.field_total_fee
|
||||
- opencase_cases.oc_case_type.project
|
||||
id: oc_case.project.field_total_fee
|
||||
field_name: field_total_fee
|
||||
entity_type: oc_case
|
||||
bundle: project
|
||||
label: 'Total fee'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
min: null
|
||||
max: null
|
||||
prefix: £
|
||||
suffix: ''
|
||||
field_type: decimal
|
||||
Reference in New Issue
Block a user