diff --git a/system/src/Grav/Common/Data/BlueprintSchema.php b/system/src/Grav/Common/Data/BlueprintSchema.php index 8182931bd..b96f87dee 100644 --- a/system/src/Grav/Common/Data/BlueprintSchema.php +++ b/system/src/Grav/Common/Data/BlueprintSchema.php @@ -17,7 +17,6 @@ class BlueprintSchema extends BlueprintSchemaBase implements ExportInterface use Export; protected $ignoreFormKeys = [ - 'label' => true, 'title' => true, 'help' => true, 'placeholder' => true,