blocks format fin

This commit is contained in:
Deltacms 2024-02-16 18:46:13 +01:00
parent fc680d645f
commit 46dfc0f505
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ switch (lang_admin) {
break;
}
var blockFormatsComment ='Paragraph=p; Header 1=h1; Header 2=h2; Header 3=h3;';
var blockFormatsComment ='Paragraph=p; H1=h1; H2=h2; H3=h3;';
switch (lang_admin) {
case 'fr_FR':
blockFormatsComment ='Paragraphe=p; Titre 1=h1; Titre 2=h2; Titre 3=h3;';
@ -34,7 +34,7 @@ switch (lang_admin) {
break;
}
// Pour la cass dans le body de l'iframe
// Pour la class dans le body de l'iframe
if ( typeof(bodyIframe) == 'undefined') {
var bodyIframe = "editorWysiwyg";
};