-
-
Youtube iframes can be used with CKEditor, the Youtube plugin and Purifier.
-
Is this field in the Pages module or your own Simple Module? If it's in your own Simple Module, you can try setting the sanitizing options like so:
-
-
Take a look at the fuel/application/config/purifier.php settings. By default, there should be a couple iframe specific rules that are commented out:
-
-
This has been updated in the develop branch:
-
When you double-click an image in CKEditor fuel pops up a dialog where you can edit its attributes.
-
There are a number of factors that could be contributing to that (e.g. DB calls, other code execution). A few questions:
-
Thanks for the report. I've pushed a fix to the develop branch:
-
The core fuel and forms module has some examples. You can add your own in the fuel/application/config/custom_fields.php file:
-
I would take a look at creating a custom field in which you can import and associate your own Javascript:
-
There is a "linked" field type that sounds maybe close to what you want:
-
I see... this is in the fuel forms module. That indeed looks like a bug. This was the fix posted:
-
Nope, it's just a simple "select" field type
-
Is this a "keyval" field type?
-
-
Here you go - https://test4climbing.com
-
I think what you want is the serialized_fields on your model:
-
I'm thinking to fix we create the htmlpurifier-html5 autoload with php-download and place it in the fuel/modules/fuel/libraries folder as HTML5Purifier and then in the MY_html_helper file we change l…