Browse Source

Change condition name to be explicitly a node condition. (#753)

pull/755/head
Rosemary Le Faive 5 years ago committed by dannylamb
parent
commit
a0c0b06763
  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