- Issue created by @joaopauloc.dev
- 🇧🇷Brazil joaopauloc.dev
After patch applied
The filter was executed and wrapped the table with success. - Issue was unassigned.
- First commit to issue fork.
All filters applied to the text format in the ping pong body field should work.
Setup a filter like
responsive_filter_table →
for any Text formats
Create a node that uses the layout builder and add a ping block.
Choose the text format configured above for the body field and add a table.
Expected results: Table should be wrapped by the filter applied, by default, a figure tag with responsive-figure-table class.
Actual result:
Update the template block--ixm-blocks-ping-pong.html.twig to render the field using view filter.
Like: {{ item['#paragraph'].field_body|view }} instead of {{ item['#paragraph'].field_body.value|raw }}
Check for other templates that also render like the example above.
Active
1.1
Code
After patch applied
The filter was executed and wrapped the table with success.