X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fstyles.js;h=dd9680ed6eff61fcb90819d715cf2a72c80754c4;hp=733bb4ba03ddb82ecf26481d6a065d52c316586d;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/styles.js b/sources/styles.js index 733bb4b..dd9680e 100644 --- a/sources/styles.js +++ b/sources/styles.js @@ -126,7 +126,7 @@ CKEDITOR.stylesSet.add( 'default', [ { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' }, // Adding space after the style name is an intended workaround. For now, there - // is no option to create two styles with the same name for different widget types. See #16664. + // is no option to create two styles with the same name for different widget types. See http://dev.ckeditor.com/ticket/16664. { name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' }, { name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' }, { name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' },