From 4ff59ea57c28fb232d3bfc6085530ae725a272ce Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Tue, 15 Mar 2016 14:51:53 +0200 Subject: [PATCH] Add label back to blueprint schema (used in validation) --- system/src/Grav/Common/Data/BlueprintSchema.php | 1 - 1 file changed, 1 deletion(-) 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,