hoodcms 6.0.10 → 6.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/js/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.10
2
+ * hoodcms v6.0.12
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.10
2
+ * hoodcms v6.0.12
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
package/src/js/login.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.10
2
+ * hoodcms v6.0.12
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
@@ -52,9 +52,9 @@ export class Editors {
52
52
  plugins: [
53
53
  'advlist autolink lists link image charmap print preview anchor media',
54
54
  'searchreplace visualblocks code fullscreen',
55
- 'insertdatetime media contextmenu paste code textcolor'
55
+ 'insertdatetime media contextmenu paste textcolor'
56
56
  ],
57
- toolbar: "fullscreen | styleselect forecolor backcolor | hoodimage link media image | bold italic | alignleft aligncenter alignright | bullist numlist | table | undo redo",
57
+ toolbar: "fullscreen code | styleselect forecolor backcolor | hoodimage link media image | bold italic | alignleft aligncenter alignright | bullist numlist | table | undo redo",
58
58
  link_class_list: this.options.linkClasses,
59
59
  image_class_list: this.options.imageClasses,
60
60
  setup: this.setupCommands.bind(this),
@@ -88,9 +88,9 @@ export class Editors {
88
88
  plugins: [
89
89
  'advlist autolink lists link image charmap print preview anchor media',
90
90
  'searchreplace visualblocks code fullscreen',
91
- 'insertdatetime media contextmenu paste code textcolor'
91
+ 'insertdatetime media contextmenu paste textcolor'
92
92
  ],
93
- toolbar: "fullscreen | styleselect forecolor backcolor | hoodimage link media image | bold italic | alignleft aligncenter alignright | bullist numlist | table | undo redo",
93
+ toolbar: "fullscreen code | styleselect forecolor backcolor | hoodimage link media image | bold italic | alignleft aligncenter alignright | bullist numlist | table | undo redo",
94
94
  link_class_list: this.options.linkClasses,
95
95
  image_class_list: this.options.imageClasses,
96
96
  setup: this.setupCommands.bind(this),
@@ -103,7 +103,7 @@ export class Editors {
103
103
  plugins: [
104
104
  'advlist autolink lists link image charmap print preview anchor media',
105
105
  'searchreplace visualblocks code fullscreen',
106
- 'insertdatetime media contextmenu paste code'
106
+ 'insertdatetime media contextmenu paste'
107
107
  ],
108
108
  menubar: false,
109
109
  toolbar: 'fullscreen | bold italic | bullist numlist | undo redo | link',