Issue #1847952 by Gábor Hojtsy: Fixed 'Node' entity type not viable name for user presentation.
parent
55876f68e8
commit
048717a5c7
|
@ -17,7 +17,7 @@ use Drupal\Core\Annotation\Translation;
|
|||
*
|
||||
* @Plugin(
|
||||
* id = "node",
|
||||
* label = @Translation("Node"),
|
||||
* label = @Translation("Content"),
|
||||
* module = "node",
|
||||
* controller_class = "Drupal\node\NodeStorageController",
|
||||
* render_controller_class = "Drupal\node\NodeRenderController",
|
||||
|
|
Loading…
Reference in New Issue