Adds content watching to your site
composer require symbiote/silverstripe-watching:~1.0
- SilverStripe 4.1+
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