diff --git a/modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml b/modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml index bab9a2febc1f4a8e61831e5e7e3d4b08500dccc4..16b49031bc61c0581cabe93ce1094f6716f412d0 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: