Disable wplink integration for Text, Header, Footer blocks
This commit is contained in:
@@ -64,7 +64,7 @@ define([
|
|||||||
{title: 'Paragraph', block: 'p'},
|
{title: 'Paragraph', block: 'p'},
|
||||||
],
|
],
|
||||||
|
|
||||||
plugins: "wplink textcolor mailpoet_custom_fields",
|
plugins: "link textcolor mailpoet_custom_fields",
|
||||||
|
|
||||||
setup: function(editor) {
|
setup: function(editor) {
|
||||||
editor.on('change', function(e) {
|
editor.on('change', function(e) {
|
||||||
|
@@ -64,7 +64,7 @@ define([
|
|||||||
{title: 'Paragraph', block: 'p'},
|
{title: 'Paragraph', block: 'p'},
|
||||||
],
|
],
|
||||||
|
|
||||||
plugins: "wplink textcolor mailpoet_custom_fields",
|
plugins: "link textcolor mailpoet_custom_fields",
|
||||||
|
|
||||||
setup: function(editor) {
|
setup: function(editor) {
|
||||||
editor.on('change', function(e) {
|
editor.on('change', function(e) {
|
||||||
|
@@ -64,7 +64,7 @@ define([
|
|||||||
{title: 'Paragraph', block: 'p'},
|
{title: 'Paragraph', block: 'p'},
|
||||||
],
|
],
|
||||||
|
|
||||||
plugins: "wplink code textcolor mailpoet_custom_fields",
|
plugins: "link code textcolor mailpoet_custom_fields",
|
||||||
|
|
||||||
setup: function(editor) {
|
setup: function(editor) {
|
||||||
editor.on('change', function(e) {
|
editor.on('change', function(e) {
|
||||||
|
Reference in New Issue
Block a user