Add label back to blueprint schema (used in validation)

This commit is contained in:
Matias Griese
2016-03-15 14:51:53 +02:00
parent fa50ae9367
commit 4ff59ea57c

View File

@@ -17,7 +17,6 @@ class BlueprintSchema extends BlueprintSchemaBase implements ExportInterface
use Export;
protected $ignoreFormKeys = [
'label' => true,
'title' => true,
'help' => true,
'placeholder' => true,