Showing notes on phone call in full
This commit is contained in:
parent
c9d82ad069
commit
5a32ef2614
@ -4,13 +4,19 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_activity_type.phone_call
|
||||
module:
|
||||
- hide_revision_field
|
||||
id: oc_activity.phone_call.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: phone_call
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
type: string_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -19,18 +25,6 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
time_taken:
|
||||
type: number
|
||||
weight: 1
|
||||
@ -41,7 +35,8 @@ content:
|
||||
hidden:
|
||||
activity_date_time: true
|
||||
client: true
|
||||
description: true
|
||||
oc_provider: true
|
||||
oc_target: true
|
||||
revision_log: true
|
||||
status: true
|
||||
user_id: true
|
||||
|
@ -17,6 +17,14 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
description:
|
||||
type: string_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
oc_fee_category:
|
||||
type: options_select
|
||||
weight: 0
|
||||
@ -24,7 +32,6 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
description: true
|
||||
feeds_item: true
|
||||
name: true
|
||||
oc_case: true
|
||||
|
@ -19,6 +19,13 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
description:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
name:
|
||||
type: string
|
||||
label: hidden
|
||||
@ -43,8 +50,11 @@ content:
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
hidden:
|
||||
activity_date_time: true
|
||||
oc_provider: true
|
||||
oc_target: true
|
||||
search_api_excerpt: true
|
||||
status: true
|
||||
|
@ -0,0 +1,45 @@
|
||||
uuid: efaca5b6-aed7-4957-a728-fb0eea27d8ef
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case_fee.project_fee.feeds_item
|
||||
- opencase_cases.oc_case_fee_type.project_fee
|
||||
id: oc_case_fee.project_fee.default
|
||||
targetEntityType: oc_case_fee
|
||||
bundle: project_fee
|
||||
mode: default
|
||||
content:
|
||||
amount:
|
||||
type: number_decimal
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
description:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
oc_fee_category:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
feeds_item: true
|
||||
name: true
|
||||
oc_case: true
|
||||
search_api_excerpt: true
|
||||
status: true
|
||||
user_id: true
|
@ -259,7 +259,7 @@ display:
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: true
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
|
Reference in New Issue
Block a user