CKEditors filters didn't execute for ping pong body field.

Created on 13 March 2025, 20 days ago

Problem/Motivation

All filters applied to the text format in the ping pong body field should work.

Steps to reproduce

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:

Proposed resolution

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 }}

Remaining tasks

Check for other templates that also render like the example above.

🐛 Bug report
Status

Active

Version

1.1

Component

Code

Created by

🇧🇷Brazil joaopauloc.dev

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024