Skip to content
Snippets Groups Projects
Unverified Commit 2dbb3e45 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3137430 by TR, jungle, alexpott: label_collection is defined twice in...

Issue #3137430 by TR, jungle, alexpott: label_collection is defined twice in BlockContentType entity annotation
parent 803a34ba
No related branches found
No related tags found
Loading
......@@ -11,14 +11,13 @@
* @ConfigEntityType(
* id = "block_content_type",
* label = @Translation("Custom block type"),
* label_collection = @Translation("Custom block types"),
* label_collection = @Translation("Custom block library"),
* label_singular = @Translation("custom block type"),
* label_plural = @Translation("custom block types"),
* label_count = @PluralTranslation(
* singular = "@count custom block type",
* plural = "@count custom block types",
* ),
* label_collection = @Translation("Custom block library"),
* handlers = {
* "form" = {
* "default" = "Drupal\block_content\BlockContentTypeForm",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment