From 2a87c281c95f55c9b32e438bbe4c97a9918251ad Mon Sep 17 00:00:00 2001 From: Aaron Bauman <aaron@messageagency.com> Date: Wed, 31 Jan 2024 11:08:31 -0500 Subject: [PATCH] Issue #3411280 by sijumpk: [Drupal 10.2] Deprecated sequence type definition in schema --- .../schema/salesforce_mapping.schema.yml | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml b/modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml index bab9a2fe..16b49031 100644 --- a/modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml +++ b/modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml @@ -87,30 +87,30 @@ salesforce_mapping.salesforce_mapping.*: type: sequence label: 'Field Mappings' sequence: - - type: mapping - label: 'Field Mapping' - mapping: - drupal_field_type: - type: string - label: 'Fieldmap Type' - drupal_field_value: - type: string - label: 'Fieldmap Value' - direction: - type: string - label: 'Direction' - salesforce_field: - type: string - label: 'Salesforce Field Name' - id: - type: integer - label: 'Field Id' - drupal_constant: - type: string - label: 'Drupal Constant' - description: - type: text - label: 'Description' + type: mapping + label: 'Field Mapping' + mapping: + drupal_field_type: + type: string + label: 'Fieldmap Type' + drupal_field_value: + type: string + label: 'Fieldmap Value' + direction: + type: string + label: 'Direction' + salesforce_field: + type: string + label: 'Salesforce Field Name' + id: + type: integer + label: 'Field Id' + drupal_constant: + type: string + label: 'Drupal Constant' + description: + type: text + label: 'Description' # Schema / Config API requires that we add these: status: -- GitLab