diff src/formats/bbcode.js @ 14:0cb206904499

formats set default format
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Aug 2022 14:58:42 -0600
parents b7725dab7482
children a199722647d0
line wrap: on
line diff
--- a/src/formats/bbcode.js	Sun Aug 07 14:28:14 2022 -0600
+++ b/src/formats/bbcode.js	Sun Aug 07 14:58:42 2022 -0600
@@ -2683,4 +2683,5 @@
 
 	sceditor.formats.bbcode = bbcodeFormat;
 	sceditor.BBCodeParser = BBCodeParser;
+	sceditor.defaultOptions.format = 'bbcode';
 }(sceditor));