Skip to content
Snippets Groups Projects
Commit 0d38d10d authored by jrockowitz's avatar jrockowitz
Browse files

Removed `group_field_weight` property from multiple schema configurations for...

Removed `group_field_weight` property from multiple schema configurations for cleanup and alignment with updated standards.
parent aa338298
Branches
Tags
No related merge requests found
Pipeline #479272 passed
......@@ -74,7 +74,6 @@ class SchemaDotOrgRecipeManagerKernelTest extends SchemaDotOrgEntityKernelTestBa
'type' => 'string',
'label' => 'Custom',
'group' => 'general',
'group_field_weight' => -100,
'default_value' => [['value' => 'Custom value']],
],
],
......
......@@ -34,6 +34,5 @@ types:
type: string
label: Custom
group: general
group_field_weight: -100
default_value:
- value: 'Custom value'
......@@ -21,6 +21,5 @@ config:
type: string
label: Custom
group: general
group_field_weight: -100
default_value:
- value: 'Custom value'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment