From c6bf6f6239a9eaa067163ad2c00843a0f2e5bf5b Mon Sep 17 00:00:00 2001 From: Charles GRIMONT Date: Tue, 5 Dec 2023 11:28:11 +0100 Subject: [PATCH] fixed tinymce apikey + prevent tinymce from importing too big images --- DisplayObjects/mobile/assets/i18n/en.json | 2 +- DisplayObjects/mobile/assets/i18n/es.json | 2 +- DisplayObjects/mobile/assets/i18n/fr.json | 2 +- DisplayObjects/mobile/assets/i18n/it.json | 2 +- c8oProject.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DisplayObjects/mobile/assets/i18n/en.json b/DisplayObjects/mobile/assets/i18n/en.json index 60ae3541..e1ba83cc 100644 --- a/DisplayObjects/mobile/assets/i18n/en.json +++ b/DisplayObjects/mobile/assets/i18n/en.json @@ -1,5 +1,5 @@ { - "version_c8o": "1.0.51-hotfix10", + "version_c8o": "1.0.51-hotfix11", "tiny_max_size": "The image you want to insert is too large ({{size}}kb max). You can insert a link to an image using the menu insert => Media..", "no_file_chosen": "No file chosen", "insertMultipleFiles": "Insert multiple files", diff --git a/DisplayObjects/mobile/assets/i18n/es.json b/DisplayObjects/mobile/assets/i18n/es.json index 09ec9763..72640f62 100644 --- a/DisplayObjects/mobile/assets/i18n/es.json +++ b/DisplayObjects/mobile/assets/i18n/es.json @@ -1,5 +1,5 @@ { - "version_c8o": "1.0.51-hotfix10", + "version_c8o": "1.0.51-hotfix11", "tiny_max_size": "La imagen que desea insertar es demasiado grande ({{size}}kb max). Puede insertar un enlace a una imagen usando el menú insertar => Medios.", "no_file_chosen": "Ningún archivo elegido", "insertMultipleFiles": "Insertar varios archivos", diff --git a/DisplayObjects/mobile/assets/i18n/fr.json b/DisplayObjects/mobile/assets/i18n/fr.json index 69c4ebf7..68bc9be2 100644 --- a/DisplayObjects/mobile/assets/i18n/fr.json +++ b/DisplayObjects/mobile/assets/i18n/fr.json @@ -1,5 +1,5 @@ { - "version_c8o": "1.0.51-hotfix10", + "version_c8o": "1.0.51-hotfix11", "tiny_max_size": "L'image que vous voulez insérer est trop grande ({{size}}kb max). Vous pouvez insérer un lien vers une image en passant par le menu menu insérer => Média..", "no_file_chosen": "Aucun fichier choisi", "insertMultipleFiles": "Insérer plusieurs fichier", diff --git a/DisplayObjects/mobile/assets/i18n/it.json b/DisplayObjects/mobile/assets/i18n/it.json index 30c45c86..2dc9b1bf 100644 --- a/DisplayObjects/mobile/assets/i18n/it.json +++ b/DisplayObjects/mobile/assets/i18n/it.json @@ -1,5 +1,5 @@ { - "version_c8o": "1.0.51-hotfix10", + "version_c8o": "1.0.51-hotfix11", "tiny_max_size": "L'immagine che vuoi inserire è troppo grande ({{size}}kb max). È possibile inserire un collegamento a un'immagine utilizzando il menu inserisci => Media..", "no_file_chosen": "Nessun file scelto", "insertMultipleFiles": "Inserisci più file", diff --git a/c8oProject.yaml b/c8oProject.yaml index fd00793b..1ee2d541 100644 --- a/c8oProject.yaml +++ b/c8oProject.yaml @@ -80,7 +80,7 @@ projectName: lib_OAuth=https://github.com/convertigo/c8oprj-lib-oauth.git:branch=1.0.2:autoPull=true ↓Project_reference [references.ProjectSchemaReference]: comment: Reference to ngx-chips - projectName: lib_ExtendedComponents=https://github.com/convertigo/c8oprj-lib-extended-components.git:branch=1.0.18:autoPull=true + projectName: lib_ExtendedComponents=https://github.com/convertigo/c8oprj-lib-extended-components.git:branch=1.0.18-hotfix1:autoPull=true ↓Project_reference1 [references.ProjectSchemaReference]: comment: Reference to fs group projectName: lib_FullSyncGrp=https://github.com/convertigo/c8oprj-lib-fullsync-grp.git:branch=2.0.2:autoPull=true