@@ -3417,6 +3417,7 @@ core/recipes/remote_video_media_type/tests/src/Functional/GenericTest.php
34173417core/recipes/core_recommended_admin_theme/recipe.yml
34183418core/recipes/core_recommended_admin_theme/tests/src/Functional/GenericTest.php
34193419core/recipes/basic_block_type/config/field.field.block_content.basic.body.yml
3420+ core/recipes/basic_block_type/config/field.storage.block_content.body.yml
34203421core/recipes/basic_block_type/config/block_content.type.basic.yml
34213422core/recipes/basic_block_type/config/core.entity_form_display.block_content.basic.default.yml
34223423core/recipes/basic_block_type/config/core.entity_view_display.block_content.basic.default.yml
@@ -6894,18 +6895,25 @@ core/modules/block_content/migrations/d7_custom_block.yml
68946895core/modules/block_content/migrations/block_content_entity_display.yml
68956896core/modules/block_content/migrations/state/block_content.migrate_drupal.yml
68966897core/modules/block_content/migrations/block_content_type.yml
6898+ core/modules/block_content/migrations/block_content_body_field_storage.yml
68976899core/modules/block_content/migrations/block_content_entity_form_display.yml
68986900core/modules/block_content/migrations/d6_custom_block.yml
68996901core/modules/block_content/migrations/block_content_body_field.yml
69006902core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml
6901- core/modules/block_content/config/install/field.storage.block_content.body.yml
69026903core/modules/block_content/config/optional/views.view.block_content.yml
69036904core/modules/block_content/config/schema/block_content.schema.yml
69046905core/modules/block_content/block_content.info.yml
69056906core/modules/block_content/help_topics/block_content.type.html.twig
69066907core/modules/block_content/help_topics/block_content.add.html.twig
69076908core/modules/block_content/block_content.permissions.yml
69086909core/modules/block_content/block_content.links.contextual.yml
6910+ core/modules/block_content/modules/block_content_storage_body_field/src/Hook/BlockContentStorageBodyFieldHook.php
6911+ core/modules/block_content/modules/block_content_storage_body_field/config/install/field.storage.block_content.body.yml
6912+ core/modules/block_content/modules/block_content_storage_body_field/tests/src/Functional/BlockContentStorageBodyFieldTest.php
6913+ core/modules/block_content/modules/block_content_storage_body_field/tests/modules/block_content_storage_body_field_test/block_content_storage_body_field_test.info.yml
6914+ core/modules/block_content/modules/block_content_storage_body_field/tests/modules/block_content_storage_body_field_test/config/install/field.field.block_content.basic.body.yml
6915+ core/modules/block_content/modules/block_content_storage_body_field/tests/modules/block_content_storage_body_field_test/config/install/block_content.type.basic.yml
6916+ core/modules/block_content/modules/block_content_storage_body_field/block_content_storage_body_field.info.yml
69096917core/modules/block_content/tests/src/Traits/BlockContentCreationTrait.php
69106918core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php
69116919core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
@@ -7094,7 +7102,6 @@ core/modules/system/src/Form/SiteInformationForm.php
70947102core/modules/system/src/Form/SystemMenuOffCanvasForm.php
70957103core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
70967104core/modules/system/src/Form/ModulesListForm.php
7097- core/modules/system/src/Form/RssFeedsForm.php
70987105core/modules/system/src/Form/FileSystemForm.php
70997106core/modules/system/src/Form/DateFormatDeleteForm.php
71007107core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
@@ -7135,7 +7142,6 @@ core/modules/system/migrations/d7_system_cron.yml
71357142core/modules/system/migrations/action_settings.yml
71367143core/modules/system/migrations/d6_system_performance.yml
71377144core/modules/system/migrations/d6_menu.yml
7138- core/modules/system/migrations/system_rss.yml
71397145core/modules/system/migrations/d7_system_file.yml
71407146core/modules/system/migrations/system_image_gd.yml
71417147core/modules/system/migrations/d6_system_file.yml
@@ -7153,7 +7159,6 @@ core/modules/system/config/install/core.date_format.long.yml
71537159core/modules/system/config/install/core.date_format.html_month.yml
71547160core/modules/system/config/install/system.advisories.yml
71557161core/modules/system/config/install/core.date_format.html_datetime.yml
7156- core/modules/system/config/install/system.rss.yml
71577162core/modules/system/config/install/core.date_format.html_time.yml
71587163core/modules/system/config/install/system.logging.yml
71597164core/modules/system/config/install/system.maintenance.yml
@@ -7591,6 +7596,7 @@ core/modules/system/tests/src/Functional/Database/FakeRecord.php
75917596core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php
75927597core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php
75937598core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
7599+ core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php
75947600core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php
75957601core/modules/system/tests/src/Functional/Update/README.txt
75967602core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php
@@ -10818,6 +10824,7 @@ core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php
1081810824core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
1081910825core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php
1082010826core/modules/views/tests/src/Kernel/TestViewsTest.php
10827+ core/modules/views/tests/src/Kernel/AggregationTest.php
1082110828core/modules/views/tests/src/Kernel/TokenReplaceTest.php
1082210829core/modules/views/tests/src/Kernel/ViewExecutableTest.php
1082310830core/modules/views/tests/src/Kernel/FieldApiDataTest.php
@@ -10916,6 +10923,8 @@ core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php
1091610923core/modules/views/tests/src/Functional/ViewAjaxTest.php
1091710924core/modules/views/tests/src/Functional/UserBatchActionTest.php
1091810925core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php
10926+ core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php
10927+ core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php
1091910928core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php
1092010929core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php
1092110930core/modules/views/tests/src/Functional/Update/ConfigUpdateTest.php
@@ -10971,11 +10980,16 @@ core/modules/views/tests/src/Unit/WizardPluginBaseTest.php
1097110980core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
1097210981core/modules/views/tests/src/Unit/PluginBaseTest.php
1097310982core/modules/views/tests/src/Unit/PluginTypeListTest.php
10983+ core/modules/views/tests/fixtures/update/views.view.test_display_feed_no_update.yml
1097410984core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml
1097510985core/modules/views/tests/fixtures/update/test_table_css_class.php
1097610986core/modules/views/tests/fixtures/update/views-block-items-per-page.php
1097710987core/modules/views/tests/fixtures/update/views.view.test_table_css_class.yml
10988+ core/modules/views/tests/fixtures/update/views.view.test_display_feed.yml
10989+ core/modules/views/tests/fixtures/update/rss-default-view-mode.php
1097810990core/modules/views/tests/fixtures/update/entity-id-argument.php
10991+ core/modules/views/tests/fixtures/update/format-plural.php
10992+ core/modules/views/tests/fixtures/update/views.view.test_format_plural_update.yml
1097910993core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php
1098010994core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml
1098110995core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml
@@ -11050,6 +11064,8 @@ core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks
1105011064core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
1105111065core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php
1105211066core/modules/views/tests/modules/views_form_test/views_form_test.info.yml
11067+ core/modules/views/tests/modules/views_test_aggregation/config/install/views.view.test_aggregation.yml
11068+ core/modules/views/tests/modules/views_test_aggregation/views_test_aggregation.info.yml
1105311069core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php
1105411070core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
1105511071core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml
@@ -19072,6 +19088,7 @@ core/profiles/standard/config/install/user.settings.yml
1907219088core/profiles/standard/config/install/system.cron.yml
1907319089core/profiles/standard/config/install/field.storage.node.body.yml
1907419090core/profiles/standard/config/install/field.field.node.article.comment.yml
19091+ core/profiles/standard/config/install/field.storage.block_content.body.yml
1907519092core/profiles/standard/config/install/automated_cron.settings.yml
1907619093core/profiles/standard/config/install/node.type.article.yml
1907719094core/profiles/standard/config/install/user.role.authenticated.yml
0 commit comments