Skip to content
Snippets Groups Projects
Commit 3ef3aba0 authored by Martin Giessing's avatar Martin Giessing
Browse files

Fixed issue with text format plugin not applying to short text fields.

parent af9ff9e1
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; ...@@ -15,6 +15,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* id = "text_format", * id = "text_format",
* label = @Translation("Text (formatted)"), * label = @Translation("Text (formatted)"),
* field_types = { * field_types = {
* "text",
* "text_format", * "text_format",
* "text_long", * "text_long",
* "text_with_summary" * "text_with_summary"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment