Index: lams_central/web/ckeditor/plugins/bootsnippets/lang/en.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r5abf11e85692d06dbd027976cea036afec4e0894 --- lams_central/web/ckeditor/plugins/bootsnippets/lang/en.js (.../en.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_central/web/ckeditor/plugins/bootsnippets/lang/en.js (.../en.js) (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -23,6 +23,10 @@ textPanel: 'Panel (heading and body)', textPanelFooter: 'Panel (heading, body and footer)', textJumbotron: 'Jumbotron with text', + textWaveHeaderOrange: 'Header Wave Orange', + textWaveHeaderBlue: 'Header Wave Blue', + textWaveHeaderPurple: 'Header Wave Purple', + textWaveHeaderGreen: 'Header Wave Green', imageCenteredImage: 'Centered image', imageImageFullWidth: 'Image full width', Index: lams_central/web/ckeditor/plugins/bootsnippets/lang/es.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r5abf11e85692d06dbd027976cea036afec4e0894 --- lams_central/web/ckeditor/plugins/bootsnippets/lang/es.js (.../es.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_central/web/ckeditor/plugins/bootsnippets/lang/es.js (.../es.js) (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -23,6 +23,10 @@ textPanel: 'Panel (heading and body)', textPanelFooter: 'Panel (heading, body and footer)', textJumbotron: 'Jumbotron with text', + textWaveHeaderOrange: 'Títulos Ola Naranja', + textWaveHeaderBlue: 'Títulos Ola Azul', + textWaveHeaderPurple: 'Títulos Ola Morado', + textWaveHeaderGreen: 'Títulos Ola Verde', imageCenteredImage: 'Centered image', imageImageFullWidth: 'Image full width', Index: lams_www/web/public/ckeditor-templates/bootsnippets.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r5abf11e85692d06dbd027976cea036afec4e0894 --- lams_www/web/public/ckeditor-templates/bootsnippets.js (.../bootsnippets.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_www/web/public/ckeditor-templates/bootsnippets.js (.../bootsnippets.js) (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -202,8 +202,67 @@ '

Header

' + '

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Similique facere necessitatibus quo laboriosam consequuntur

' + ' ' - } - + }, + { + title: 'textWaveHeaderOrange', + image: 'background-orange3.svg', + html: + '' + + '
' + + '
' + + '

Lorem Ipsum

' + + '

Lorem ipsum dolor sit amet, consectetur adipiscing elit  

' + + '
 
' + + '
Sed ut perspiciatis! 
' + + '
 
' + + '
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi.
' + + '
 
' + }, + { + title: 'textWaveHeaderBlue', + image: 'background-blue3.svg', + html: + '' + + '
' + + '
' + + '

Lorem Ipsum

' + + '

Lorem ipsum dolor sit amet, consectetur adipiscing elit  

' + + '
 
' + + '
Sed ut perspiciatis! 
' + + '
 
' + + '
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi.
' + + '
 
' + }, + { + title: 'textWaveHeaderPurple', + image: 'background-purple3.svg', + html: + '' + + '
' + + '
' + + '

Lorem Ipsum

' + + '

Lorem ipsum dolor sit amet, consectetur adipiscing elit  

' + + '
 
' + + '
Sed ut perspiciatis! 
' + + '
 
' + + '
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi.
' + + '
 
' + }, + { + title: 'textWaveHeaderGreen', + image: 'background-green3.svg', + html: + '' + + '
' + + '
' + + '

Lorem Ipsum

' + + '

Lorem ipsum dolor sit amet, consectetur adipiscing elit  

' + + '
 
' + + '
Sed ut perspiciatis! 
' + + '
 
' + + '
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi.
' + + '
 
' + } ] } ); Index: lams_www/web/public/ckeditor-templates/images/background-blue3.svg =================================================================== diff -u --- lams_www/web/public/ckeditor-templates/images/background-blue3.svg (revision 0) +++ lams_www/web/public/ckeditor-templates/images/background-blue3.svg (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -0,0 +1 @@ +Lorem IpsumLorem ipsum dolor sit amet, consectetur adipiscing elit \ No newline at end of file Index: lams_www/web/public/ckeditor-templates/images/background-green3.svg =================================================================== diff -u --- lams_www/web/public/ckeditor-templates/images/background-green3.svg (revision 0) +++ lams_www/web/public/ckeditor-templates/images/background-green3.svg (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -0,0 +1 @@ +Lorem IpsumLorem ipsum dolor sit amet, consectetur adipiscing elit \ No newline at end of file Index: lams_www/web/public/ckeditor-templates/images/background-orange3.svg =================================================================== diff -u --- lams_www/web/public/ckeditor-templates/images/background-orange3.svg (revision 0) +++ lams_www/web/public/ckeditor-templates/images/background-orange3.svg (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -0,0 +1 @@ +Lorem IpsumLorem ipsum dolor sit amet, consectetur adipiscing elit \ No newline at end of file Index: lams_www/web/public/ckeditor-templates/images/background-purple3.svg =================================================================== diff -u --- lams_www/web/public/ckeditor-templates/images/background-purple3.svg (revision 0) +++ lams_www/web/public/ckeditor-templates/images/background-purple3.svg (revision 5abf11e85692d06dbd027976cea036afec4e0894) @@ -0,0 +1 @@ +Lorem IpsumLorem ipsum dolor sit amet, consectetur adipiscing elit \ No newline at end of file Index: lams_www/web/public/ckeditor-templates/images/panel_table.png =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r5abf11e85692d06dbd027976cea036afec4e0894 Binary files differ