Another attempt to fix the "plugin does not exist"
This commit is contained in:
parent
7bf0f67a06
commit
487415c679
@ -15,7 +15,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_funds_for:
|
||||
weight: 27
|
||||
|
@ -32,7 +32,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 26
|
||||
|
@ -32,7 +32,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 30
|
||||
|
@ -33,7 +33,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_gave_list_of_agencies:
|
||||
weight: 27
|
||||
|
@ -32,7 +32,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 30
|
||||
|
@ -33,7 +33,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_level:
|
||||
weight: 26
|
||||
|
@ -32,7 +32,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
type: number
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 30
|
||||
|
@ -18,7 +18,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -36,7 +36,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -36,7 +36,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -37,7 +37,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -36,7 +36,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -37,7 +37,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -36,7 +36,7 @@ content:
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
number_decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
|
@ -6,7 +6,7 @@ dependencies:
|
||||
id: oc_activity.field_amount
|
||||
field_name: field_amount
|
||||
entity_type: oc_activity
|
||||
type: number_decimal
|
||||
type: decimal
|
||||
settings:
|
||||
precision: 10
|
||||
scale: 2
|
||||
|
@ -6,7 +6,7 @@ dependencies:
|
||||
id: oc_case.field_fee_or_equivalent_cost
|
||||
field_name: field_fee_or_equivalent_cost
|
||||
entity_type: oc_case
|
||||
type: number_decimal
|
||||
type: decimal
|
||||
settings:
|
||||
precision: 10
|
||||
scale: 2
|
||||
|
Reference in New Issue
Block a user