Issue #3137430 by TR, jungle, alexpott: label_collection is defined twice in BlockContentType entity annotation

merge-requests/2419/head
Alex Pott 2020-06-14 10:13:24 +01:00
parent 803a34ba96
commit 2dbb3e450a
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 2 deletions

View File

@ -11,14 +11,13 @@ use Drupal\block_content\BlockContentTypeInterface;
* @ConfigEntityType( * @ConfigEntityType(
* id = "block_content_type", * id = "block_content_type",
* label = @Translation("Custom block 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_singular = @Translation("custom block type"),
* label_plural = @Translation("custom block types"), * label_plural = @Translation("custom block types"),
* label_count = @PluralTranslation( * label_count = @PluralTranslation(
* singular = "@count custom block type", * singular = "@count custom block type",
* plural = "@count custom block types", * plural = "@count custom block types",
* ), * ),
* label_collection = @Translation("Custom block library"),
* handlers = { * handlers = {
* "form" = { * "form" = {
* "default" = "Drupal\block_content\BlockContentTypeForm", * "default" = "Drupal\block_content\BlockContentTypeForm",