Added Summernote WYSIWYG to client portal

This commit is contained in:
johnnyq
2023-03-12 11:02:09 -04:00
parent c9dfb1ef6a
commit 58d058e62c
5 changed files with 25 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ header("X-Frame-Options: DENY");
<!-- 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>