Add lists to editor

This commit is contained in:
Skylar Ittner 2017-05-05 23:43:32 -06:00
parent a1488a4980
commit 2e8def0dda

View File

@ -1,4 +1,7 @@
tinymce.init({selector: 'textarea'});
tinymce.init({
selector: 'textarea',
plugins: 'paste lists'
});
function clearpretty() {
setTimeout(function () {