function micon_paragraphs_preprocess_paragraphs_add_dialog in Micon 8
Implements theme_preprocess_paragraphs_add_dialog().
File
- micon_paragraphs/
micon_paragraphs.module, line 96 - Contains micon_paragraphs.module.
Code
function micon_paragraphs_preprocess_paragraphs_add_dialog(&$variables) {
foreach ($variables['buttons'] as &$button) {
// $button['#value'] = micon($button['#value'])->addMatchPrefix('paragraphs');
}
}