Skip to content

Commit

Permalink
fixed tinymce apikey + prevent tinymce from importing too big images
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Dec 5, 2023
1 parent 9e15e79 commit c6bf6f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/it.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6bf6f6

Please sign in to comment.