diff --git a/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php b/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php index c763964..7e493db 100644 --- a/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php +++ b/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php @@ -90,7 +90,7 @@ function testSchemaMapping() { 'type' => 'text', ); $expected['mapping']['langcode'] = array( - 'label' => 'Default language', + 'label' => 'Default language', 'type' => 'string', ); $this->assertEqual($definition, $expected, 'Retrieved the right metadata for system.maintenance'); @@ -108,7 +108,7 @@ function testSchemaMapping() { $expected['mapping']['effects']['sequence'][0]['mapping']['data']['type'] = 'image.effect.[%parent.name]'; $expected['mapping']['effects']['sequence'][0]['mapping']['weight']['type'] = 'integer'; $expected['mapping']['effects']['sequence'][0]['mapping']['ieid']['type'] = 'string'; - $expected['mapping']['langcode']['label'] = 'Default language'; + $expected['mapping']['langcode']['label'] = 'Default language'; $expected['mapping']['langcode']['type'] = 'string'; $this->assertEqual($definition, $expected, 'Retrieved the right metadata for image.style.large'); diff --git a/core/modules/image/config/schema/image.schema.yml b/core/modules/image/config/schema/image.schema.yml index fe9cf83..6916f19 100644 --- a/core/modules/image/config/schema/image.schema.yml +++ b/core/modules/image/config/schema/image.schema.yml @@ -38,7 +38,6 @@ image.style.*: type: string label: 'Default language' - # Image effects plugins: image.effect.% # These are used in image styles. image.effect.image_crop: diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index ca4302f..d41d414 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -100,7 +100,6 @@ system.date: type: string label: 'Default language' - system.fast_404: type: mapping label: 'Fast 404 settings'