- Issue created by @stefan.korn
-
stefan.korn →
committed 6aafe48e on 8.x-1.x
Issue #3485804: Allow for more formatters via hook
-
stefan.korn →
committed 6aafe48e on 8.x-1.x
- 🇩🇪Germany stefan.korn Jossgrund
Hook for adding formatters, like so:
function hook_media_parent_entity_link_alter_formatters(&$formatters) { $formatters[] = 'blazy'; }
works with blazy as far as I can tell.
Feature is now in dev branch.
-
stefan.korn →
committed 1b410c70 on 8.x-1.x
Issue #3485804: Allow for more formatters via hook - fix typo, thanks @...
-
stefan.korn →
committed 1b410c70 on 8.x-1.x