[9.0.08] Simplelightbox
This commit is contained in:
parent
018b5ef3c3
commit
d0d9ec0aff
7
core/vendor/tinymce/init.js
vendored
7
core/vendor/tinymce/init.js
vendored
@ -21,7 +21,7 @@ tinymce.init({
|
||||
},
|
||||
width: 800, // Default value is 800
|
||||
height: 500, // Default value is 550
|
||||
Files: [ // Additional JS files to load
|
||||
files: [ // Additional JS files to load
|
||||
baseUrl + 'core/vendor/tinymce/mode/clike/clike.js',
|
||||
baseUrl + 'core/vendor/tinymce/mode/php/php.js'
|
||||
]
|
||||
@ -34,8 +34,11 @@ tinymce.init({
|
||||
// Target pour lightbox
|
||||
rel_list: [
|
||||
{title: 'None', value: ''},
|
||||
{title: 'Lightbox', value: 'data-lity'}
|
||||
// {title: 'Lightbox', value: 'data-lity'},
|
||||
{title: 'SimpleLightbox', value: 'gallery'}
|
||||
],
|
||||
// Titre des image
|
||||
image_title: true,
|
||||
// Pages internes
|
||||
link_list: baseUrl + "core/vendor/tinymce/links.php",
|
||||
// Contenu du menu contextuel
|
||||
|
Loading…
Reference in New Issue
Block a user