crm_core-8.x-3.x-dev/modules/crm_core_contact/config/schema/crm_core_contact.schema.yml
modules/crm_core_contact/config/schema/crm_core_contact.schema.yml
# Schema for the configuration files of the crm_core_contact module.
crm_core_contact.type.*:
type: config_entity
label: 'Individual type'
mapping:
name:
type: label
label: 'Name'
type:
type: string
label: 'Machine-readable name'
description:
type: text
label: 'Description'
locked:
type: boolean
label: 'Whether or not this type is locked.'
primary_fields:
type: sequence
label: 'The fields the individual uses primarily'
sequence:
type: string
label: 'Field'
crm_core_contact.organization_type.*:
type: config_entity
label: 'Organization type'
mapping:
label:
type: label
label: 'Name'
id:
type: string
label: 'Machine-readable name'
description:
type: text
label: 'Description'
locked:
type: boolean
label: 'Whether or not this type is locked.'
primary_fields:
type: sequence
label: 'The fields the organization uses primarily'
sequence:
type: string
label: 'Field'
