You are here

Files in CKEditor Images Gallery 8

Primary tabs

File namesort descending Location Namespace Description
ckeditor-images-gallery.css css/ckeditor-images-gallery.css .cke-ig { display: inline-flex; line-height: 0; flex-wrap: wrap; border: 1px solid #191919; margin-bottom: 5px; } .cke-ig img { height: 120px; width: auto; flex: 1 0 auto; margin: 5px; }
ckeditor-images-gallery.dialog.css css/ckeditor-images-gallery.dialog.css .cke_dialog_body .cke-ig-edit-list { height: 400px; overflow-y: auto; } .cke_dialog_body .cke-ig-edit-list img { width: 100%; max-height: 100%; } .cke_dialog_body .cke-ig-edit-list .item { display: grid; grid-template-columns: 30% 70%; …
CkeditorImagesGallery.php src/Plugin/CKEditorPlugin/CkeditorImagesGallery.php Drupal\ckeditor_images_gallery\Plugin\CKEditorPlugin
CKEditorImagesGalleryTest.php tests/src/FunctionalJavascript/CKEditorImagesGalleryTest.php Drupal\Tests\ckeditor_images_gallery\FunctionalJavascript
ckeditor_images_gallery.info.yml ckeditor_images_gallery.info.yml ckeditor_images_gallery.info.yml
ckeditor_images_gallery.libraries.yml ckeditor_images_gallery.libraries.yml ckeditor_images_gallery.libraries.yml
ckeditor_images_gallery.module ckeditor_images_gallery.module Contains ckeditor_images_gallery.module.
README.txt README.txt CONTENTS OF THIS FILE --------------------- * Introduction * Requirements * Installation * Configuration * Maintainers INTRODUCTION ------------ This module provide a dialog to add images gallery into CKEditor field. * Select images via…
widget.css js/plugins/images_gallery/styles/widget.css .cke-ig img { width: auto; height: 70px; margin: 2px; } .cke-ig { border: 1px dashed #bc8787; line-height: 0; margin: 5px 0; }

Other projects