Skip to content

Commit

Permalink
Add WidgetInterface to this module
Browse files Browse the repository at this point in the history
  • Loading branch information
yoan82 authored Sep 11, 2023
1 parent 787c8f5 commit 41bb74b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ services:
parent: 'oksydan.is_imageslider.hook.abstract_cacheable_display_hook'
public: true

# Modification of the module into a widget
oksydan.is_imageslider.hook.widget_capability:
class: Oksydan\IsImageslider\Hook\WidgetCapability
parent: 'oksydan.is_imageslider.hook.abstract_cacheable_display_hook'
public: true

oksydan.is_imageslider.cache.template_cache:
class: Oksydan\IsImageslider\Cache\TemplateCache
public: true
Expand Down

0 comments on commit 41bb74b

Please sign in to comment.