Skip to content
Snippets Groups Projects
Commit 118f3073 authored by srosse's avatar srosse
Browse files

OO-2841: support movie in gap text / hot text interaction

parent 3bfb5b89
No related branches found
No related tags found
No related merge requests found
...@@ -861,7 +861,7 @@ public class RichTextConfiguration implements Disposable { ...@@ -861,7 +861,7 @@ public class RichTextConfiguration implements Disposable {
public void enableQTITools(boolean textEntry, boolean numericalInput, boolean hottext) { public void enableQTITools(boolean textEntry, boolean numericalInput, boolean hottext) {
tinyConfig = tinyConfig.enableQTITools(textEntry, numericalInput, hottext); tinyConfig = tinyConfig.enableQTITools(textEntry, numericalInput, hottext);
setQuotedConfigValue("custom_elements", "~textentryinteraction,~hottext"); setQuotedConfigValue("custom_elements", "~textentryinteraction,~hottext");
setQuotedConfigValue("extended_valid_elements", "textentryinteraction[*],hottext[*]"); setQuotedConfigValue(EXTENDED_VALID_ELEMENTS, "script[src|type|defer],textentryinteraction[*],hottext[*]");
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment