Browse Source

Wysiwyg files to base CP template

Vova Tkach 5 years ago
parent
commit
6af57ef47e
3 changed files with 3 additions and 1 deletions
  1. 0 0
      assets/tmpl.cp.base.go
  2. 2 0
      assets/tmpl.cp.base.html
  3. 1 1
      consts/consts.go

File diff suppressed because it is too large
+ 0 - 0
assets/tmpl.cp.base.go


+ 2 - 0
assets/tmpl.cp.base.html

@@ -6,6 +6,7 @@
 		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 		<title>{{$.Data.Title}}</title>
 		<link rel="stylesheet" href="{{$.System.PathCssBootstrap}}">
+		<link rel="stylesheet" href="{{$.System.PathCssCpWysiwygPell}}">
 		<link rel="stylesheet" href="{{$.System.PathCssStyles}}" />
 		<link rel="stylesheet" href="{{$.System.PathCssCpStyles}}">
 		<link rel="shortcut icon" href="{{$.System.PathIcoFav}}" type="image/x-icon" />
@@ -83,6 +84,7 @@
 		<script src="{{$.System.PathJsJquery}}"></script>
 		<script src="{{$.System.PathJsPopper}}"></script>
 		<script src="{{$.System.PathJsBootstrap}}"></script>
+		<script src="{{$.System.PathJsCpWysiwygPell}}"></script>
 		<script src="{{$.System.PathJsCpScripts}}"></script>
 	</body>
 </html>

+ 1 - 1
consts/consts.go

@@ -53,10 +53,10 @@ type TmplSystem struct {
 	PathJsPopper         string
 	PathJsBootstrap      string
 	PathJsCpScripts      string
+	PathJsCpWysiwygPell  string
 	PathThemeStyles      string
 	PathThemeScripts     string
 	InfoVersion          string
-	PathJsCpWysiwygPell  string
 }
 
 type TmplError struct {

Some files were not shown because too many files changed in this diff