|
@@ -170,6 +170,7 @@ VALUES
|
|
|
('send_email_to_admin_when_create_course',NULL,'radio','Platform','false','SendEmailToAdminTitle','SendEmailToAdminComment',NULL,NULL, 1),
|
|
|
('go_to_course_after_login',NULL,'radio','Course','false','GoToCourseAfterLoginTitle','GoToCourseAfterLoginComment',NULL,NULL, 0),
|
|
|
('math_asciimathML',NULL,'radio','Editor','false','MathASCIImathMLTitle','MathASCIImathMLComment',NULL,NULL, 0),
|
|
|
+('enabled_asciisvg',NULL,'radio','Editor','false','AsciiSvgTitle','AsciiSvgComment',NULL,NULL, 0),
|
|
|
('include_asciimathml_script',NULL,'radio','Editor','false','IncludeAsciiMathMlTitle','IncludeAsciiMathMlComment',NULL,NULL, 0),
|
|
|
('youtube_for_students',NULL,'radio','Editor','true','YoutubeForStudentsTitle','YoutubeForStudentsComment',NULL,NULL, 0),
|
|
|
('block_copy_paste_for_students',NULL,'radio','Editor','false','BlockCopyPasteForStudentsTitle','BlockCopyPasteForStudentsComment',NULL,NULL, 0),
|
|
@@ -477,6 +478,8 @@ VALUES
|
|
|
('go_to_course_after_login','false','No'),
|
|
|
('math_asciimathML','true','Yes'),
|
|
|
('math_asciimathML','false','No'),
|
|
|
+('enabled_asciisvg','true','Yes'),
|
|
|
+('enabled_asciisvg','false','No'),
|
|
|
('include_asciimathml_script','true','Yes'),
|
|
|
('include_asciimathml_script','false','No'),
|
|
|
('youtube_for_students','true','Yes'),
|