Replace Summernote WYSIWYG with TinyMCE

This commit is contained in:
johnnyq
2023-05-08 18:44:00 -04:00
parent 018f52eb67
commit 01a37cb1e1
80 changed files with 3464 additions and 69 deletions

View File

@@ -24,8 +24,6 @@ header("X-Frame-Options: DENY"); // Legacy
<!-- Theme style -->
<link rel="stylesheet" href="../dist/css/adminlte.min.css">
<link href="../plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
</head>