function glyphicons_page_attachments in CKEditor Bootstrap Glyphicon 8
Implements hook_page_attachments().
File
- ./
glyphicons.module, line 11 - This module holds functions and hooks useful for the module.
Code
function glyphicons_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'glyphicons/bootstrap_glyphicons';
}