-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
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
Can templates be set to add content rather than replace all? #412
Comments
Type of editor format: format tag: free format tag: component: <p>123|456</p>
->>
<p>123</p>
<div class="se-component"></div>
<p>456</p> range format tag: closure free format tag, closure range format tag: Therefore, to insert an image, it must be of the following structure. <div class="se-component" uk-grid="">
<div class="uk-width-2-3@m __se__format__range__closure_xxx">
<div>1111</div> // format tag
</div>
<div class="uk-width-2-3@m __se__format__range__closure_xxx">
<div>2222</div> // format tag
</div>
</div> "ClosureRangeFormatElement" is not added yet. |
Brilliant thanks! |
The 2.30.5 version has been updated. |
The templates are working well now for images - but when you select a template it replaces the existing content. So if I have some content already and select a template, the existing content is deleted. Is there any way round this? |
"Template" is not a button used to add something. |
Ok thanks! |
Firstly - fantastic work - and speed on fixes!
Just wondering if it's possible (can't see a way) of having templates append content rather than replacing all the content. I have some now working to show a uk-grid for getuikit - but it would be nice to be able to add multiple templates to existing content.
template example is:
Also if I try to add an image into one of the grid's divs, all kind of strange things happen and it adds extra divs rather than placing in the one where the cursor is.
Cheers
Nick
The text was updated successfully, but these errors were encountered: