Browse Source

Change condition name to be explicitly a node condition.

pull/753/head
Rosie Le Faive 6 years ago
parent
commit
096cbc7745
  1. 2
      src/Plugin/Condition/MediaHasMimetype.php

2
src/Plugin/Condition/MediaHasMimetype.php

@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*
* @Condition(
* id = "media_has_mimetype",
* label = @Translation("Media has Mime type"),
* label = @Translation("Node has Media with Mime type"),
* context_definitions = {
* "node" = @ContextDefinition("entity:node", label = @Translation("node"))
* }

Loading…
Cancel
Save