v71 add full screen

This commit is contained in:
Fred Tempez 2023-11-08 18:17:20 +01:00
parent a8d2acd17c
commit 628072ada0
2 changed files with 2 additions and 2 deletions

View File

@ -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/';

View File

@ -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: