Skip to content

Commit

Permalink
tinymce image plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensv committed Jan 4, 2023
1 parent 2154783 commit c0b62d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void ProcessScripts(RichEditScriptsTagHelper tagHelper, TagHelperContext
<script>
tinymce.init({{
selector: '#{0}',
plugins: 'code textpattern',
plugins: 'code textpattern image',
relative_urls : false,
remove_script_host : true,
document_base_url : '" + dasBlogSettings.GetBaseUrl() + @"'
Expand Down

0 comments on commit c0b62d7

Please sign in to comment.