This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Incremental
Incremental

Hello, I'm using October for my backend and a Vue.js app for rendering. My problem is that bold text saved in my database with Builder / Richeditor is not rendered as bold in my Vue.js app.

 <p><strong>Duis convallis purus.</strong> suspendisse lobortis pharetra tempor....

I found this topic which summarize the problem : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong

Is there a way to tell October to use <b> instead ? Thanks for helping.

Last updated

mjauvin
mjauvin

You mean with the Rich Editor?

Incremental
Incremental

I mean the standard form widget in builder which seems to come from Froala, as I can see in : \modules\backend\formwidgets\richeditor directory.

Last updated

mjauvin
mjauvin

I don't know if you can change the RichEditor behavior, but you should be able to have css for <strong> html tag to render as bold (font-weight css attribute) on vue's side.

Incremental
Incremental

Thanks, I effectively did the trick with CSS for tags b and strong

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.