Skip to content

Commit

Permalink
editor: disable TinyMCE convert_urls to fix same domain URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit authored and kpsherva committed Aug 21, 2024
1 parent 44d5f1a commit 735495a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/forms/RichEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class RichEditor extends Component {
autoresize_bottom_margin: 20,
block_formats: "Paragraph=p; Header 1=h1; Header 2=h2; Header 3=h3",
table_advtab: false,
convert_urls: false,
...editorConfig,
};

Expand Down

0 comments on commit 735495a

Please sign in to comment.