활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I wanted to add some HTML tags in RTE; with CSS class names how can I achieve that? If there is any possible way to do so.
For Del tag, I tried creating it from text component policy but
Now if I click on Paragraph it won't let me select, once Strikethrough (del) tag is selected
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi @Ronnie09 ,
If you want to use tags in RTE, I suggest using data-sly-element.
<div data-sly-element="${properties.tagName}">Blah</div>
<!--/* outputs: */-->
<h1>Blah</h1>