Skip to content

Commit c0b62d7

Browse files
committed
tinymce image plugin
1 parent 2154783 commit c0b62d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/DasBlog.Web.UI/TagHelpers/RichEdit/TinyMceBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void ProcessScripts(RichEditScriptsTagHelper tagHelper, TagHelperContext
3636
<script>
3737
tinymce.init({{
3838
selector: '#{0}',
39-
plugins: 'code textpattern',
39+
plugins: 'code textpattern image',
4040
relative_urls : false,
4141
remove_script_host : true,
4242
document_base_url : '" + dasBlogSettings.GetBaseUrl() + @"'

0 commit comments

Comments
 (0)