config for orgs
This commit is contained in:
parent
f532286802
commit
e5358503f4
@ -0,0 +1,65 @@
|
||||
uuid: ac6da2f0-4de2-4e8d-baf6-f7229b42616f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_organisation_type.partner_organisation
|
||||
module:
|
||||
- file
|
||||
id: oc_organisation.partner_organisation.default
|
||||
targetEntityType: oc_organisation
|
||||
bundle: partner_organisation
|
||||
mode: default
|
||||
content:
|
||||
contact_name:
|
||||
type: string_textfield
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
email:
|
||||
type: string_textfield
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
notes:
|
||||
type: string_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
website:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
billing_contact_name: true
|
||||
billing_email: true
|
||||
billing_phone: true
|
||||
billing_post_code: true
|
||||
billing_postal_address: true
|
||||
contact_role: true
|
||||
phone: true
|
||||
post_code: true
|
||||
postal_address: true
|
||||
revision_log: true
|
||||
status: true
|
@ -0,0 +1,57 @@
|
||||
uuid: 96b9f3c8-1433-4915-9656-4547eb1bc899
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_organisation_type.partner_organisation
|
||||
module:
|
||||
- file
|
||||
id: oc_organisation.partner_organisation.default
|
||||
targetEntityType: oc_organisation
|
||||
bundle: partner_organisation
|
||||
mode: default
|
||||
content:
|
||||
contact_name:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
email:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
notes:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
website:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
billing_contact_name: true
|
||||
billing_email: true
|
||||
billing_phone: true
|
||||
billing_post_code: true
|
||||
billing_postal_address: true
|
||||
contact_role: true
|
||||
name: true
|
||||
phone: true
|
||||
post_code: true
|
||||
postal_address: true
|
||||
search_api_excerpt: true
|
||||
status: true
|
Reference in New Issue
Block a user