diff --git a/core/modules/link/tests/src/Functional/LinkFieldTest.php b/core/modules/link/tests/src/Functional/LinkFieldTest.php
index 84fdad560b..cce4bd3b30 100644
--- a/core/modules/link/tests/src/Functional/LinkFieldTest.php
+++ b/core/modules/link/tests/src/Functional/LinkFieldTest.php
@@ -242,6 +242,7 @@ public function testLinkTitle() {
       'settings' => [
         'title' => DRUPAL_OPTIONAL,
         'link_type' => LinkItemInterface::LINK_GENERIC,
+        'content_types' => [],
       ],
     ]);
     $this->field->save();
@@ -365,6 +366,7 @@ public function testLinkFormatter() {
       'settings' => [
         'title' => DRUPAL_OPTIONAL,
         'link_type' => LinkItemInterface::LINK_GENERIC,
+        'content_types' => [],
       ],
     ])->save();
     entity_get_form_display('entity_test', 'entity_test', 'default')
@@ -519,6 +521,7 @@ public function testLinkSeparateFormatter() {
       'settings' => [
         'title' => DRUPAL_OPTIONAL,
         'link_type' => LinkItemInterface::LINK_GENERIC,
+        'content_types' => [],
       ],
     ])->save();
     $display_options = [
@@ -648,6 +651,7 @@ public function testLinkTypeOnLinkWidget() {
       'settings' => [
         'title' => DRUPAL_OPTIONAL,
         'link_type' => $link_type,
+        'content_types' => [],
       ],
     ])->save();
 
@@ -685,6 +689,7 @@ public function testEditNonNodeEntityLink() {
       'bundle' => 'entity_test',
       'settings' => [
         'title' => DRUPAL_OPTIONAL,
+        'content_types' => [],
       ],
     ])->save();
 
diff --git a/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_content_link.yml b/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_content_link.yml
index 06e5a850f4..f66e661209 100644
--- a/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_content_link.yml
+++ b/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_content_link.yml
@@ -19,4 +19,5 @@ default_value_callback: ''
 settings:
   link_type: 17
   title: 2
+  content_types: []
 field_type: link
