-
Notifications
You must be signed in to change notification settings - Fork 125
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
Override the configuration to allow extraContent #19
Comments
Very hard to say. Adding them to semantics should normally do the trick. In the official implementations the semantics is stored in the database so changing it on the file system wouldn't change anything. Could that be the problem? (Probably not, but lets get that option off the table) |
Thanks for the quick reply. I´ll check the database as soon as possible. But I thought, by installing a new plugin via the provided UI of our system, it would read the created .h5p file and does the changes itself. But we will see. Another idea was that our system does some kind of sanitize submitted data on a higher abstraction level then ACF is. EDIT: I checked the database. I guess was right, the semantics field was updated by using the provided UI. I´m now waiting for a response of the support of our system, probably the issue is based on how the system does sanitize submitted data. |
You have any idea for which reason I cannot even add plugins for the ckEditor itself? I completely rebuild it with the CKBuilder, I added several plugins (including the sourcedialog). Then I replaced the files provided by the Platform, but nothing changed. Isn´t that the way to bring new functionality to the editor? Or do I have to do it like here? https://h5p.org/adding-text-editor-buttons Does H5P Plugin somewhere define, how much functionality it needs from the ckEditor or how is this working? Because for some plugins there are more buttons in the toolbar then for others . |
You shoud do it like Code related to configuring ckeditor is Kind regards, Svein-Tore Griff With for Joubel h5p/h5p-editor-php-library on November 10, 2016 at 8:30am wrote: You have any idea for which reason I cannot even add plugins for Isn´t that the way to bring new functionality to the editor? Or — h5p/h5p-editor-php-library on November 9, 2016 at 9:45am wrote: Thanks for the quick reply. I´ll check the database as soon as possible. But I thought, by Another idea was that our system does some kind of sanitize — h5p/h5p-editor-php-library on November 9, 2016 at 9:36am wrote: Very hard to say. Adding them to semantics should normally do — h5p/h5p-editor-php-library on November 9, 2016 at 9:26am wrote: Hi, we´re using the h5p-editor-php-library & h5p-php-library on a not I´m trying since several days to allow more html tag´s in the Additional I´ve built a custom ckEditor in with the Path of the config File i worked with: I tried to disable ACF CKEDITOR.config.allowedContent = true; I also tried to allowExtraContent config.extraAllowedContent = and several other things. Does anyone have an idea what I´m doing wrong or what I probably — |
You shoud do it like Code related to configuring ckeditor is :) Kind regards, Svein-Tore Griff With for Joubel h5p/h5p-editor-php-library on November 10, 2016 at 9:42am wrote: Thanks for the reply. If I do changes in the h5peditor-html.js I Is there any documention on how to push sourcecode mode in the — Svein-Tore Griff With on November 10, 2016 at 9:12am wrote: You shoud do it like Code related to configuring ckeditor is h5p/h5p-editor-php-library on November 10, 2016 at 8:30am wrote: You have any idea for which reason I cannot even add plugins for Isn´t that the way to bring new functionality to the editor? Or — h5p/h5p-editor-php-library on November 9, 2016 at 9:45am wrote: Thanks for the quick reply. I´ll check the database as soon as possible. But I thought, by Another idea was that our system does some kind of sanitize — h5p/h5p-editor-php-library on November 9, 2016 at 9:36am wrote: Very hard to say. Adding them to semantics should normally do — h5p/h5p-editor-php-library on November 9, 2016 at 9:26am wrote: Hi, we´re using the h5p-editor-php-library & h5p-php-library on a not I´m trying since several days to allow more html tag´s in the Additional I´ve built a custom ckEditor in with the Path of the config File i worked with: I tried to disable ACF CKEDITOR.config.allowedContent = true; I also tried to allowExtraContent config.extraAllowedContent = and several other things. Does anyone have an idea what I´m doing wrong or what I probably — |
Hi,
we´re using the h5p-editor-php-library & h5p-php-library on a not official supported platform. (https://www.efrontlearning.com/blog/2016/04/h5p-integration-efrontpro-4-4.html)
I´m trying since several days to allow more html tag´s in the editor, but any tries doesn´t seem to have an effect. I followed this http://docs.ckeditor.com/#!/guide/dev_acf documention.
Additional I´ve built a custom ckEditor in with the ckEditor-builder and I also changed the proper TAGs in the semantics.json of the plugin we´re using H5P.TEXT-1.1. But nothing worked so far.
Path of the config File i worked with:
/h5p-resource/h5p-editor-php-library/ckeditor/config.js
I tried to disable ACF
CKEDITOR.config.allowedContent = true;
I also tried to allowExtraContent
config.extraAllowedContent = 'dl dt dd button';
and several other things.
Does anyone have an idea what I´m doing wrong or what I probably missed here?
The text was updated successfully, but these errors were encountered: