Force TinyMCE to use absolute URLs

This commit is contained in:
Tautvidas Sipavičius
2016-05-31 16:12:33 +03:00
parent b01ee80ec2
commit 2b6e87c3a7
3 changed files with 3 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ define([
valid_elements: "p[class|style],span[class|style],a[href|class|title|target|style],strong[class|style],em[class|style],strike,br",
invalid_elements: "script",
block_formats: 'Paragraph=p',
relative_urls: false,
plugins: "link textcolor colorpicker mailpoet_custom_fields",

View File

@@ -61,6 +61,7 @@ define([
valid_elements: "p[class|style],span[class|style],a[href|class|title|target|style],strong[class|style],em[class|style],strike,br",
invalid_elements: "script",
block_formats: 'Paragraph=p',
relative_urls: false,
plugins: "link textcolor colorpicker mailpoet_custom_fields",

View File

@@ -59,6 +59,7 @@ define([
valid_elements: "p[class|style],span[class|style],a[href|class|title|target|style],h1[class|style],h2[class|style],h3[class|style],ol[class|style],ul[class|style],li[class|style],strong[class|style],em[class|style],strike,br,blockquote[class|style],table[class|style],tr[class|style],th[class|style],td[class|style]",
invalid_elements: "script",
block_formats: 'Heading 1=h1;Heading 2=h2;Heading 3=h3;Paragraph=p',
relative_urls: false,
plugins: "link code textcolor colorpicker mailpoet_custom_fields",