Unverified Commit 48945fd2 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

(cherry picked from commit 2dbb3e45)
parent 69dd75d9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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",