Skip to content

OEL-4562: Fix rich text rendering in listing item block paragraphs. - #544

Open
tibi2303 wants to merge 1 commit into
1.xfrom
OEL-4562
Open

OEL-4562: Fix rich text rendering in listing item block paragraphs.#544
tibi2303 wants to merge 1 commit into
1.xfrom
OEL-4562

Conversation

@tibi2303

Copy link
Copy Markdown
Contributor

Jira issue(s):

if (isset($item['text'])) {
$bcl_card['text'] = [
'content' => $item['text'],
'content' => $this->normalizeCardTextContent($item['text']),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why can't the calling template pass a markup object as content?
This should be the general contract for all components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants