v71 add full screen
This commit is contained in:
parent
a8d2acd17c
commit
628072ada0
@ -50,7 +50,7 @@ class common
|
|||||||
const ACCESS_TIMER = 1800;
|
const ACCESS_TIMER = 1800;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '1.0.70';
|
const ZWII_VERSION = '1.0.71';
|
||||||
|
|
||||||
// URL autoupdate
|
// URL autoupdate
|
||||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';
|
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';
|
||||||
|
2
core/vendor/tinymce/init.js
vendored
2
core/vendor/tinymce/init.js
vendored
@ -40,7 +40,7 @@ tinymce.init({
|
|||||||
toolbar: [
|
toolbar: [
|
||||||
"fontselect fontsizeselect formatselect | bold italic strikethrough forecolor backcolor",
|
"fontselect fontsizeselect formatselect | bold italic strikethrough forecolor backcolor",
|
||||||
"link image ImgPen media | alignleft aligncenter alignright alignjustify | " +
|
"link image ImgPen media | alignleft aligncenter alignright alignjustify | " +
|
||||||
"numlist bullist | outdent indent removeformat"
|
"numlist bullist | outdent indent removeformat | fullscreen"
|
||||||
],
|
],
|
||||||
toolbar_sticky: true,
|
toolbar_sticky: true,
|
||||||
fontsize_formats:
|
fontsize_formats:
|
||||||
|
Loading…
Reference in New Issue
Block a user