diff --git a/core/modules/link/config/schema/link.schema.yml b/core/modules/link/config/schema/link.schema.yml index aa7226a..a93ddf6 100644 --- a/core/modules/link/config/schema/link.schema.yml +++ b/core/modules/link/config/schema/link.schema.yml @@ -73,9 +73,6 @@ field.value.link: absolute: type: boolean label: 'Is this Url absolute' - language: - type: string - label: 'The language' https: type: boolean label: 'If the Url should use a secure protocol' diff --git a/core/modules/migrate_drupal/src/Tests/Dump/Drupal6Node.php b/core/modules/migrate_drupal/src/Tests/Dump/Drupal6Node.php index 55be0d4..2d856f9 100644 --- a/core/modules/migrate_drupal/src/Tests/Dump/Drupal6Node.php +++ b/core/modules/migrate_drupal/src/Tests/Dump/Drupal6Node.php @@ -555,7 +555,7 @@ public function load() { 'field_test_integer_selectlist_value' => '3412', 'field_test_identical1_value' => 1, 'field_test_identical2_value' => 1, - 'field_test_link_url' => 'http://drupal.org/project/drupal', + 'field_test_link_url' => 'http://drupal.org/project/drupal?q=drupal&a=23', 'field_test_link_title' => 'Drupal project page', 'field_test_link_attributes' => 's:32:"a:1:{s:6:"target";s:6:"_blank";}";";', )) @@ -567,7 +567,7 @@ public function load() { 'field_test_integer_selectlist_value' => '3412', 'field_test_identical1_value' => 1, 'field_test_identical2_value' => 1, - 'field_test_link_url' => 'http://drupal.org/project/drupal', + 'field_test_link_url' => 'http://drupal.org/project/drupal?q=drupal&a=23', 'field_test_link_title' => 'Drupal project page', 'field_test_link_attributes' => 's:32:"a:1:{s:6:"target";s:6:"_blank";}";', ))