Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 601 Bytes

File metadata and controls

29 lines (20 loc) · 601 Bytes

SilverStripe Watching

Adds content watching to your site

Composer Install

composer require symbiote/silverstripe-watching:~1.0

Requirements

  • SilverStripe 4.1+

Documentation

Use with the silverstripe-notifications module

SilverStripe\CMS\Model\SiteTree:
  extensions:
    - Symbiote\Watch\Extension\ContentWatchNotification
SilverStripe\Core\Injector\Injector:
  Symbiote\Watch\Extension\ContentWatchNotification: 
    properties:
      watchService: %$Symbiote\Watch\WatchService
      notificationService: %$Symbiote\Notifications\Service\NotificationService