WebsiteBaker Support (2.12.x) > General Help & Support

Why ckeditor delete the html tags?

(1/5) > >>

rumen:
I have a question. Why ckeditor delete the html tags? If I enter something as "source" code and save then open and the code is not there anymore, just the text. Just wanted to try to embed video with code:


--- Code: ---<video width="400" controls>
  <source src="video.mp4" type="video/mp4">
</video>

--- End code ---

Saved and open and the screen was empty.

modules/ckeditor/wb_config/wb_config.js  line 118 is set to:


--- Code: ---config.fullPage = true;
--- End code ---

crnogorac081:
Take a look at this https://forum.WebsiteBaker.org/index.php/topic,31549.msg220822.html#msg220822

Line ExtraAllowedContent maybe to put video here. Also check disallowed etc

rumen:

--- Quote from: crnogorac081 on July 15, 2022, 12:33:22 PM ---Take a look at this https://forum.WebsiteBaker.org/index.php/topic,31549.msg220822.html#msg220822

Line ExtraAllowedContent maybe to put video here. Also check disallowed etc

--- End quote ---

I remember there was a way to give permission for full html content to be visible and usable. Thought this is the line:


--- Code: ---config.fullPage = true;
--- End code ---

crnogorac081:
Which continent do you get in output ?

rumen:
This is nightmare. It delete even links.

Navigation

[0] Message Index

[#] Next page

Go to full version