help="Select Visual to enter content and have the editor automatically create the HTML. Select Raw to edit HTML directly. If you change this setting, you must save the component and then re-open it for editing.",
display_name="Editor",
default="visual",
values=[
{"display_name":"Visual","value":"visual"},
{"display_name":"Raw","value":"raw"}
],
scope=Scope.settings
)
classHtmlModule(HtmlFields,XModule):
...
...
@@ -113,6 +123,7 @@ class HtmlDescriptor(HtmlFields, XmlDescriptor, EditingDescriptor):