From 0d38d10d0c9edda1ff7e88d3104a1d975c795d21 Mon Sep 17 00:00:00 2001 From: jrockowitz <3537824+jrockowitz@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:10:24 -0400 Subject: [PATCH] Removed `group_field_weight` property from multiple schema configurations for cleanup and alignment with updated standards. --- .../tests/src/Kernel/SchemaDotOrgRecipeManagerKernelTest.php | 1 - .../schemadotorg_starterkit_test.schemadotorg_starterkit.yml | 1 - tests/recipes/schemadotorg_recipe_test/recipe.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/modules/schemadotorg_recipe/tests/src/Kernel/SchemaDotOrgRecipeManagerKernelTest.php b/modules/schemadotorg_recipe/tests/src/Kernel/SchemaDotOrgRecipeManagerKernelTest.php index ae8bc97c0..8fdc5ed49 100644 --- a/modules/schemadotorg_recipe/tests/src/Kernel/SchemaDotOrgRecipeManagerKernelTest.php +++ b/modules/schemadotorg_recipe/tests/src/Kernel/SchemaDotOrgRecipeManagerKernelTest.php @@ -74,7 +74,6 @@ class SchemaDotOrgRecipeManagerKernelTest extends SchemaDotOrgEntityKernelTestBa 'type' => 'string', 'label' => 'Custom', 'group' => 'general', - 'group_field_weight' => -100, 'default_value' => [['value' => 'Custom value']], ], ], diff --git a/modules/schemadotorg_starterkit/tests/modules/schemadotorg_starterkit_test/schemadotorg_starterkit_test.schemadotorg_starterkit.yml b/modules/schemadotorg_starterkit/tests/modules/schemadotorg_starterkit_test/schemadotorg_starterkit_test.schemadotorg_starterkit.yml index 887faa77a..0c2b50259 100644 --- a/modules/schemadotorg_starterkit/tests/modules/schemadotorg_starterkit_test/schemadotorg_starterkit_test.schemadotorg_starterkit.yml +++ b/modules/schemadotorg_starterkit/tests/modules/schemadotorg_starterkit_test/schemadotorg_starterkit_test.schemadotorg_starterkit.yml @@ -34,6 +34,5 @@ types: type: string label: Custom group: general - group_field_weight: -100 default_value: - value: 'Custom value' diff --git a/tests/recipes/schemadotorg_recipe_test/recipe.yml b/tests/recipes/schemadotorg_recipe_test/recipe.yml index 8844deee4..90f2c8f6a 100644 --- a/tests/recipes/schemadotorg_recipe_test/recipe.yml +++ b/tests/recipes/schemadotorg_recipe_test/recipe.yml @@ -21,6 +21,5 @@ config: type: string label: Custom group: general - group_field_weight: -100 default_value: - value: 'Custom value' -- GitLab