diff --git a/core/modules/field/config/schema/field.schema.yml b/core/modules/field/config/schema/field.schema.yml index 7018b5f..99f195f 100644 --- a/core/modules/field/config/schema/field.schema.yml +++ b/core/modules/field/config/schema/field.schema.yml @@ -26,6 +26,11 @@ field.field.*.*: label: 'Type' settings: type: field.[%parent.type].settings + mapping: + # Remove as part of https://www.drupal.org/node/2224761. + translation_sync: + type: ignore + label: 'Translation sync' module: type: string label: 'Module' diff --git a/core/modules/migrate/config/schema/migrate.schema.yml b/core/modules/migrate/config/schema/migrate.schema.yml index cdca049..e1c7312 100644 --- a/core/modules/migrate/config/schema/migrate.schema.yml +++ b/core/modules/migrate/config/schema/migrate.schema.yml @@ -38,3 +38,27 @@ migrate.migration.*: sequence: - type: string label: 'Dependency' + row: + type: ignore + label: 'Row' + dMap: + type: ignore + label: 'dMap' + sourceIds: + type: ignore + label: 'Source IDs' + destinationIds: + type: ignore + label: 'Destination IDs' + highwaterProperty: + type: ignore + label: 'Property' + systemOfRecord: + type: ignore + label: 'System of record' + sourceRowStatus: + type: ignore + label: 'Sourc row status' + trackLastImported: + type: ignore + label: 'Tracked last import' diff --git a/core/modules/path/config/schema/path.schema.yml b/core/modules/path/config/schema/path.schema.yml new file mode 100644 index 0000000..e92bf0a --- /dev/null +++ b/core/modules/path/config/schema/path.schema.yml @@ -0,0 +1,22 @@ +# Schema for the configuration files of the Path module. + +entity_view_display.field.path: + type: entity_field_view_display_base + label: 'Link format settings' + mapping: + settings: + type: mapping + label: 'Settings' + mapping: + pid: + type: integer + label: 'Pid' + source: + type: boolean + label: 'URL only' + alias: + type: boolean + label: 'Show URL as plain text' + langcode: + type: string + label: 'Default language'