- 🇩🇪Germany Anybody Porta Westfalica
Nothing that belongs into glossify, I think. If needed, it should be a separate module which adds this functionality. If that needs a hook in glossify, feel free to reopen with a MR.
To make image handling easier an more flexible (more/other consistent icons), I'm suggesting to integrate support for Icon API → .
Example usage:
<?php
$element[] = array(
'#theme' => 'icon',
'#bundle' => 'my_bundle',
'#icon' => 'my_icon',
);
print drupal_render($element);
?>
Thanks for consideration!
Closed: won't fix
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Nothing that belongs into glossify, I think. If needed, it should be a separate module which adds this functionality. If that needs a hook in glossify, feel free to reopen with a MR.