You are here

function ckeditor_readmore_preprocess_html in CKEditor Read More 2.x

Same name and namespace in other branches
  1. 8 ckeditor_readmore.module \ckeditor_readmore_preprocess_html()

Implements hook_preprocess_html().

File

./ckeditor_readmore.module, line 6

Code

function ckeditor_readmore_preprocess_html(&$variables) {
  $variables['#attached']['library'][] = 'ckeditor_readmore/ckeditor_readmore';
}