2013-11-23 05:52:41 +00:00
|
|
|
# Schema for Configuration files of the entity module.
|
|
|
|
|
2014-09-02 09:36:57 +00:00
|
|
|
core.entity_view_mode.*.*:
|
2013-11-23 05:52:41 +00:00
|
|
|
type: mapping
|
2013-12-08 21:54:52 +00:00
|
|
|
label: 'Entity view mode settings'
|
2013-11-23 05:52:41 +00:00
|
|
|
mapping:
|
|
|
|
id:
|
|
|
|
type: string
|
2013-12-08 21:54:52 +00:00
|
|
|
label: 'ID'
|
2013-11-23 05:52:41 +00:00
|
|
|
uuid:
|
|
|
|
type: string
|
|
|
|
label: 'UUID'
|
|
|
|
label:
|
|
|
|
type: label
|
2013-12-08 21:54:52 +00:00
|
|
|
label: 'The human-readable name of the view mode'
|
2013-11-23 05:52:41 +00:00
|
|
|
targetEntityType:
|
|
|
|
type: string
|
2013-12-08 21:54:52 +00:00
|
|
|
label: 'Target entity type'
|
2013-11-23 05:52:41 +00:00
|
|
|
status:
|
|
|
|
type: boolean
|
|
|
|
label: 'Enabled'
|
|
|
|
cache:
|
|
|
|
type: boolean
|
|
|
|
label: 'Cached'
|
|
|
|
langcode:
|
|
|
|
type: string
|
|
|
|
label: 'Default language'
|
2014-03-21 11:53:32 +00:00
|
|
|
dependencies:
|
|
|
|
type: config_dependencies
|
|
|
|
label: 'Dependencies'
|
2013-12-08 21:54:52 +00:00
|
|
|
|
2014-09-02 09:36:57 +00:00
|
|
|
core.entity_form_mode.*.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
2013-12-08 21:54:52 +00:00
|
|
|
label: 'Entity form mode settings'
|
|
|
|
mapping:
|
2014-06-14 09:03:25 +00:00
|
|
|
id:
|
|
|
|
type: string
|
|
|
|
label: 'ID'
|
|
|
|
label:
|
|
|
|
type: label
|
|
|
|
label: 'Label'
|
2013-12-08 21:54:52 +00:00
|
|
|
targetEntityType:
|
|
|
|
type: string
|
|
|
|
label: 'Target entity type'
|
|
|
|
cache:
|
|
|
|
type: boolean
|
|
|
|
label: 'Cache'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
|
|
|
|
# Overview configuration information for view mode or form mode displays.
|
2014-09-02 09:36:57 +00:00
|
|
|
core.entity_view_display.*.*.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
label: 'Entity display'
|
|
|
|
mapping:
|
2014-06-14 09:03:25 +00:00
|
|
|
id:
|
|
|
|
type: string
|
|
|
|
label: 'ID'
|
|
|
|
label:
|
|
|
|
type: label
|
|
|
|
label: 'Label'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
targetEntityType:
|
|
|
|
type: string
|
|
|
|
label: 'Target entity type'
|
|
|
|
bundle:
|
|
|
|
type: string
|
|
|
|
label: 'Bundle'
|
|
|
|
mode:
|
|
|
|
type: string
|
|
|
|
label: 'View or form mode machine name'
|
|
|
|
content:
|
|
|
|
type: sequence
|
|
|
|
label: 'Field display formatters'
|
|
|
|
sequence:
|
2014-02-09 00:54:32 +00:00
|
|
|
- type: entity_view_display.field.[type]
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
hidden:
|
|
|
|
type: sequence
|
|
|
|
label: 'Field display setting'
|
|
|
|
sequence:
|
|
|
|
- type: boolean
|
|
|
|
label: 'Value'
|
2014-09-14 21:10:16 +00:00
|
|
|
third_party_settings:
|
|
|
|
type: sequence
|
|
|
|
label: 'Third party settings'
|
|
|
|
sequence:
|
|
|
|
- type: entity_view_display.third_party.[%key]
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
|
|
|
|
# Overview configuration information for form mode displays.
|
2014-09-02 09:36:57 +00:00
|
|
|
core.entity_form_display.*.*.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
label: 'Entity form display'
|
|
|
|
mapping:
|
2014-06-14 09:03:25 +00:00
|
|
|
id:
|
|
|
|
type: string
|
|
|
|
label: 'ID'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
targetEntityType:
|
|
|
|
type: string
|
|
|
|
label: 'Target entity type'
|
|
|
|
bundle:
|
|
|
|
type: string
|
|
|
|
label: 'Bundle'
|
|
|
|
mode:
|
|
|
|
type: string
|
|
|
|
label: 'View or form mode machine name'
|
2014-06-14 09:03:25 +00:00
|
|
|
status:
|
|
|
|
type: boolean
|
|
|
|
label: 'Enabled'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
content:
|
|
|
|
type: sequence
|
2014-06-14 09:03:25 +00:00
|
|
|
label: 'Field display formatters'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
sequence:
|
|
|
|
- type: entity_form_display.field.[type]
|
2014-05-16 17:49:42 +00:00
|
|
|
hidden:
|
|
|
|
type: sequence
|
|
|
|
label: 'Hidden'
|
|
|
|
sequence:
|
|
|
|
- type: boolean
|
|
|
|
label: 'Component'
|
2014-09-14 21:10:16 +00:00
|
|
|
third_party_settings:
|
|
|
|
type: sequence
|
|
|
|
label: 'Third party settings'
|
|
|
|
sequence:
|
|
|
|
- type: entity_form_display.third_party.[%key]
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
|
|
|
|
# Default schema for entity display field with undefined type.
|
2014-02-09 00:54:32 +00:00
|
|
|
entity_view_display.field.*:
|
2014-06-18 10:44:18 +00:00
|
|
|
type: entity_field_view_display_base
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
label: 'Entity display default'
|
|
|
|
|
|
|
|
# Default schema for entity form display field with undefined type.
|
|
|
|
entity_form_display.field.*:
|
2014-06-18 10:44:18 +00:00
|
|
|
type: entity_field_form_display_base
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
label: 'Entity form display default'
|
2014-03-07 11:08:24 +00:00
|
|
|
|
2014-09-17 20:59:08 +00:00
|
|
|
entity_form_display.field.string_textfield:
|
2014-03-30 11:24:35 +00:00
|
|
|
type: entity_field_form_display_base
|
|
|
|
label: 'Text field display format settings'
|
2014-03-07 11:08:24 +00:00
|
|
|
mapping:
|
|
|
|
settings:
|
2014-03-30 11:24:35 +00:00
|
|
|
type: mapping
|
2014-03-07 11:08:24 +00:00
|
|
|
label: 'Settings'
|
2014-03-30 11:24:35 +00:00
|
|
|
mapping:
|
|
|
|
size:
|
|
|
|
type: integer
|
|
|
|
label: 'Size of textfield'
|
|
|
|
placeholder:
|
|
|
|
type: label
|
|
|
|
label: 'Placeholder'
|
2014-09-08 21:00:57 +00:00
|
|
|
|
|
|
|
entity_form_display.field.datetime_timestamp:
|
|
|
|
type: entity_field_form_display_base
|
|
|
|
label: 'Datetime timestamp display format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: sequence
|
|
|
|
label: 'Settings'
|
|
|
|
sequence:
|
|
|
|
- type: string
|
|
|
|
|
|
|
|
entity_form_display.field.boolean_checkbox:
|
|
|
|
type: entity_field_form_display_base
|
|
|
|
label: 'Boolean checkbox display format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: sequence
|
|
|
|
label: 'Settings'
|
|
|
|
sequence:
|
|
|
|
- type: string
|
2014-09-14 20:57:44 +00:00
|
|
|
|
|
|
|
entity_form_display.field.hidden:
|
|
|
|
type: entity_field_form_display_base
|
|
|
|
label: '- Hidden - format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: sequence
|
|
|
|
label: 'Settings'
|
|
|
|
sequence:
|
|
|
|
- type: string
|
|
|
|
|
|
|
|
entity_form_display.field.number:
|
|
|
|
type: entity_field_form_display_base
|
|
|
|
label: 'Number default display format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: mapping
|
|
|
|
label: 'Settings'
|
|
|
|
mapping:
|
|
|
|
placeholder:
|
|
|
|
type: label
|
|
|
|
label: 'Placeholder'
|
|
|
|
|
|
|
|
entity_form_display.field.checkbox:
|
|
|
|
type: entity_field_form_display_base
|
|
|
|
label: 'Single on/off checkbox format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: mapping
|
|
|
|
label: 'Settings'
|
|
|
|
mapping:
|
|
|
|
display_label:
|
|
|
|
type: boolean
|
|
|
|
label: 'Use field label instead of the "On value" as label'
|
|
|
|
|
|
|
|
entity_view_display.field.number_decimal:
|
|
|
|
type: entity_field_view_display_base
|
|
|
|
label: 'Number decimal display format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: mapping
|
|
|
|
label: 'Settings'
|
|
|
|
mapping:
|
|
|
|
thousand_separator:
|
|
|
|
type: string
|
|
|
|
label: 'Thousand marker'
|
|
|
|
decimal_separator:
|
|
|
|
type: string
|
|
|
|
label: 'Decimal marker'
|
|
|
|
scale:
|
|
|
|
type: integer
|
|
|
|
label: 'Scale'
|
|
|
|
prefix_suffix:
|
|
|
|
type: boolean
|
|
|
|
label: 'Display prefix and suffix.'
|
|
|
|
|
|
|
|
entity_view_display.field.number_integer:
|
|
|
|
type: entity_field_view_display_base
|
|
|
|
label: 'Number interger display format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: mapping
|
|
|
|
label: 'Settings'
|
|
|
|
mapping:
|
|
|
|
thousand_separator:
|
|
|
|
type: string
|
|
|
|
label: 'Thousand marker'
|
|
|
|
prefix_suffix:
|
|
|
|
type: boolean
|
|
|
|
label: 'Display prefix and suffix.'
|
|
|
|
|
|
|
|
entity_view_display.field.number_unformatted:
|
|
|
|
type: entity_field_view_display_base
|
|
|
|
label: 'Number unformatted display format settings'
|
|
|
|
mapping:
|
|
|
|
settings:
|
|
|
|
type: sequence
|
|
|
|
label: 'Settings'
|
|
|
|
sequence:
|
|
|
|
- type: string
|