Add files via upload

Plugin.php changed. Added Paypal plugin.
This commit is contained in:
Andrius Pratusis 2018-02-25 13:49:33 +02:00 committed by GitHub
parent 5bcef9123e
commit 1cd2434054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;