Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing |raw Twig filter in modular.html.twig #4

Closed
Fazarel opened this issue Jan 16, 2023 · 2 comments
Closed

Missing |raw Twig filter in modular.html.twig #4

Fazarel opened this issue Jan 16, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Fazarel
Copy link
Contributor

Fazarel commented Jan 16, 2023

In modular.html.twig, in order to render html code,

        {{ module.content }}

should be :

        {{ module.content|raw }}
@pmoreno-rodriguez pmoreno-rodriguez self-assigned this Jan 17, 2023
@pmoreno-rodriguez pmoreno-rodriguez added the bug Something isn't working label Jan 17, 2023
@pmoreno-rodriguez
Copy link
Owner

Thanks @Fazarel. I'll fix it for the next release.

@pmoreno-rodriguez
Copy link
Owner

Fixed in new version 1.0.4. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants