We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have some html elements that i would like to be able to edit.
I use the presetnewsletter plugin and ckeditor plugin.
i have defined a custom component that extend the text component to tag these elements.
for example, i may want to edit
<td data-gjs-highlightable="true" id="ilh3l" data-gjs-type="tpl-html-content" draggable="true" contenteditable="true" align="center" bgcolor="#fbfbfb" class="tpl-content"><p id="iodjk" draggable="true"><font id="i0c7e" draggable="true" face="Verdana, sans-serif" size="4" color="#DA0087"><font id="i5yty" draggable="true" color="#DA0087" size="4">Texte d'accroche</font><br id="i4wbf" draggable="true"><font id="is9yi" draggable="true" size="5">Titre</font></font></p></td>
i am not able to dsiplay the ckeditor toolbar for the td element. i have the semae problem with a parent element "p".
the font elements are editable but not the parent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have some html elements that i would like to be able to edit.
I use the presetnewsletter plugin and ckeditor plugin.
i have defined a custom component that extend the text component to tag these elements.
for example, i may want to edit
<td data-gjs-highlightable="true" id="ilh3l" data-gjs-type="tpl-html-content" draggable="true" contenteditable="true" align="center" bgcolor="#fbfbfb" class="tpl-content"><p id="iodjk" draggable="true"><font id="i0c7e" draggable="true" face="Verdana, sans-serif" size="4" color="#DA0087"><font id="i5yty" draggable="true" color="#DA0087" size="4">Texte d'accroche</font><br id="i4wbf" draggable="true"><font id="is9yi" draggable="true" size="5">Titre</font></font></p></td>
i am not able to dsiplay the ckeditor toolbar for the td element.
i have the semae problem with a parent element "p".
the font elements are editable but not the parent
The text was updated successfully, but these errors were encountered: