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,20 @@
langcode: en
status: true
dependencies:
config:
- log.type.lab_test
enforced:
module:
- farm_lab_test
id: log.lab_test.timestamp
field_name: timestamp
entity_type: log
bundle: lab_test
label: 'Date sampled'
description: 'The date when the sample was collected.'
required: true
translatable: true
default_value: { }
default_value_callback: 'Drupal\log\Entity\Log::getRequestTime'
settings: { }
field_type: timestamp

View File

@@ -0,0 +1,8 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_lab_test
id: soil
label: Soil test

View File

@@ -0,0 +1,8 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_lab_test
id: tissue
label: Tissue test

View File

@@ -0,0 +1,8 @@
langcode: en
status: true
dependencies:
enforced:
module:
- farm_lab_test
id: water
label: Water test

View File

@@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
module:
- farm_log
- farm_log_quantity
enforced:
module:
- farm_lab_test
third_party_settings:
farm_log_quantity:
default_quantity_type: test
id: lab_test
label: 'Lab test'
description: ''
name_pattern: 'Lab test log [log:id]'
workflow: farm_log_workflow
new_revision: true

View File

@@ -0,0 +1,11 @@
# Schema for lab_test_type config entity.
farm_lab_test.lab_test_type.*:
type: config_entity
label: 'Lab test type'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'