Skip to content
Snippets Groups Projects

Issue #3391119Updated text filter description.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* id = "markdown_easy",
* title = @Translation("Markdown Easy"),
* type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
* description = @Translation("A simple Markdown filter. It is strongly recommended to configure the 'Limit allowed HTML tags and correct faulty HTML' filter so that it runs after this filter."),
* description = @Translation("A simple Markdown filter. You will need to configure the 'Limit allowed HTML tags and correct faulty HTML' filter so that it runs after this filter. See the README to disable this requirement."),
* settings = {
* "flavor" = "standard"
* },
Loading