Add map_popup entity_view_display config for assets.

This commit is contained in:
paul121 2021-03-09 13:26:46 -08:00 committed by Michael Stenta
parent b1b30889cc
commit 77102245f3
9 changed files with 728 additions and 0 deletions

View File

@ -0,0 +1,115 @@
langcode: en
status: true
dependencies:
config:
- asset.type.animal
- core.entity_view_mode.asset.map_popup
module:
- farm_field
- farm_id_tag
- options
- text
id: asset.animal.map_popup
targetEntityType: asset
bundle: animal
mode: map_popup
content:
animal_type:
label: inline
type: entity_reference_label
weight: 3
settings:
link: false
region: content
third_party_settings: { }
birthdate:
label: inline
type: timestamp
settings:
date_format: medium
custom_date_format: ''
timezone: ''
weight: 5
region: content
third_party_settings: { }
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 10
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 9
region: content
settings: { }
third_party_settings: { }
is_castrated:
label: inline
type: hideable_boolean
settings:
format: default
format_custom_false: ''
format_custom_true: ''
hide_if_false: true
hide_if_true: false
weight: 7
region: content
third_party_settings: { }
nickname:
label: inline
type: string
weight: 4
region: content
settings:
link_to_entity: false
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 2
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 8
settings:
link: true
region: content
third_party_settings: { }
sex:
label: inline
type: list_default
weight: 6
region: content
settings: { }
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true

View File

@ -0,0 +1,69 @@
langcode: en
status: true
dependencies:
config:
- asset.type.compost
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.compost.map_popup
targetEntityType: asset
bundle: compost
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 5
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 4
region: content
settings: { }
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 2
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 3
settings:
link: true
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true

View File

@ -0,0 +1,100 @@
langcode: en
status: true
dependencies:
config:
- asset.type.equipment
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.equipment.map_popup
targetEntityType: asset
bundle: equipment
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 8
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 7
region: content
settings: { }
third_party_settings: { }
location:
type: entity_reference_label
weight: 9
region: content
label: inline
settings:
link: true
third_party_settings: { }
manufacturer:
label: inline
type: string
weight: 2
region: content
settings:
link_to_entity: false
third_party_settings: { }
model:
label: inline
type: string
weight: 3
region: content
settings:
link_to_entity: false
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 5
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 6
settings:
link: true
region: content
third_party_settings: { }
serial_number:
label: inline
type: string
weight: 4
region: content
settings:
link_to_entity: false
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
uid: true

View File

@ -0,0 +1,76 @@
langcode: en
status: true
dependencies:
config:
- asset.type.group
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.group.map_popup
targetEntityType: asset
bundle: group
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 5
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 4
region: content
settings: { }
third_party_settings: { }
location:
type: entity_reference_label
weight: 6
region: content
label: inline
settings:
link: true
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 2
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 3
settings:
link: true
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
uid: true

View File

@ -0,0 +1,69 @@
langcode: en
status: true
dependencies:
config:
- asset.type.land
- core.entity_view_mode.asset.map_popup
module:
- options
- text
id: asset.land.map_popup
targetEntityType: asset
bundle: land
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 5
settings:
link: true
region: content
third_party_settings: { }
land_type:
label: inline
type: list_default
weight: 2
region: content
settings: { }
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 3
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 4
settings:
link: true
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
id_tag: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true

View File

@ -0,0 +1,85 @@
langcode: en
status: true
dependencies:
config:
- asset.type.plant
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.plant.map_popup
targetEntityType: asset
bundle: plant
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 2
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 7
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 6
region: content
settings: { }
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 4
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 5
settings:
link: true
region: content
third_party_settings: { }
plant_type:
label: inline
type: entity_reference_label
weight: 0
settings:
link: false
region: content
third_party_settings: { }
season:
label: inline
type: entity_reference_label
weight: 3
settings:
link: false
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true

View File

@ -0,0 +1,69 @@
langcode: en
status: true
dependencies:
config:
- asset.type.sensor
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.sensor.map_popup
targetEntityType: asset
bundle: sensor
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 5
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 4
region: content
settings: { }
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 2
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 3
settings:
link: true
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true

View File

@ -0,0 +1,76 @@
langcode: en
status: true
dependencies:
config:
- asset.type.structure
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.structure.map_popup
targetEntityType: asset
bundle: structure
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 6
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 5
region: content
settings: { }
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 3
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 4
settings:
link: true
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
structure_type:
label: inline
type: list_default
weight: 2
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true

View File

@ -0,0 +1,69 @@
langcode: en
status: true
dependencies:
config:
- asset.type.water
- core.entity_view_mode.asset.map_popup
module:
- farm_id_tag
- options
- text
id: asset.water.map_popup
targetEntityType: asset
bundle: water
mode: map_popup
content:
flag:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
group:
label: inline
type: entity_reference_label
weight: 5
settings:
link: true
region: content
third_party_settings: { }
id_tag:
label: inline
type: id_tag
weight: 4
region: content
settings: { }
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 2
region: content
settings: { }
third_party_settings: { }
parent:
label: inline
type: entity_reference_label
weight: 3
settings:
link: true
region: content
third_party_settings: { }
status:
label: inline
type: list_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
data: true
file: true
geometry: true
image: true
intrinsic_geometry: true
is_fixed: true
is_location: true
location: true
uid: true