You are here

function ckeditor_images_gallery_page_attachments_alter in CKEditor Images Gallery 8

Implements hook_page_attachments_alter().

File

./ckeditor_images_gallery.module, line 28
Contains ckeditor_images_gallery.module.

Code

function ckeditor_images_gallery_page_attachments_alter(array &$page) {
  $page['#attached']['library'][] = 'ckeditor_images_gallery/images_gallery_style';
}