clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_land
module:
- farm_location
id: land
label: Land
description: ''
workflow: asset_default
new_revision: true
third_party_settings:
farm_location:
is_location: true
is_fixed: true

View File

@@ -0,0 +1,8 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_land
id: other
label: Other

View File

@@ -0,0 +1,55 @@
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: 0
region: content
settings: { }
third_party_settings: { }
land_type:
label: inline
type: list_default
weight: 1
region: content
settings: { }
third_party_settings: { }
location:
type: entity_reference_label
weight: 3
region: content
label: inline
settings:
link: true
third_party_settings: { }
notes:
label: inline
type: text_default
weight: 2
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
parent: true
status: true
uid: true

View File

@@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_land
id: asset_land
color: green
conditions:
asset_type:
- land

View File

@@ -0,0 +1,13 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_land
id: land_type_other
color: grey
conditions:
asset_type:
- land
land_type:
- other

View File

@@ -0,0 +1,11 @@
# Schema for land_type config entity.
farm_land.land_type.*:
type: config_entity
label: 'Land type'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'