Add files via upload
Plugin.php changed. Added Paypal plugin.
This commit is contained in:
parent
5bcef9123e
commit
1cd2434054
@ -50,11 +50,14 @@ class pluginTinymce extends Plugin {
|
|||||||
"codesample table hr pagebreak",
|
"codesample table hr pagebreak",
|
||||||
"advlist lists textcolor wordcount",
|
"advlist lists textcolor wordcount",
|
||||||
"contextmenu colorpicker textpattern",
|
"contextmenu colorpicker textpattern",
|
||||||
"emoticons", "print"
|
"emoticons", "print", "paypal"
|
||||||
],
|
],
|
||||||
toolbar: "restoredraft | formatselect | bold italic strikethrough forecolor backcolor | link | emoticons | print |alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat media table | pagebreak code fullscreen"
|
|
||||||
|
toolbar: "restoredraft paypal | formatselect | bold italic strikethrough forecolor backcolor | link | emoticons | print |alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat media table | pagebreak code fullscreen",
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>';
|
</script>';
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user