Inserting JavaScript SDK and Iframe inside an Article
Is it possible to insert a JavaScript SDK and Iframe inside an Article or Page or would I be better off creating a static shtml page and just linking to it?
If I am understanding what you are going for... you could maybe set the text format not to use CKEditor and paste the code in manually, or use something like this:
I seemed to need to put the css in two locations - my local.css file in my sub-theme and in the ckeditor5.css in the ckeditor5 module's css sub-directory.
The latter will be...
took me a while to work out where the relevant css was put, but once I had tthis in play the solution works. I seemed to need to put the css in two locations - my local.css file in my sub-theme...
Thank you argiepiano, it works exactly as you said, the only thing is i dont have the "classify option" under file-types but I wrote it and I was able to access it and its done, now users can...
This is probably because your files are classified as octet-stream, since the mimetype for APK files is unknown to Backdrop. When this happens, Backdrop doesn't assign a file type to the managed file...
Posted1 day 22 hours ago by Alejandro Cremaschi (argiepiano) on:
For the record I cut and pasted the missing blogs. This was so long ago and the experience that I've gained made me realize the difference between content and configuration. It is likely that...
Comments
If I am understanding what you are going for... you could maybe set the text format not to use CKEditor and paste the code in manually, or use something like this: