pikselin / silverstripe-markerio
There is no license information available for the latest version (0.0.2) of this package.
MarkerIO helper for Silverstripe
Package info
github.com/Pikselin/silverstripe-marker.io
Type:silverstripe-vendormodule
pkg:composer/pikselin/silverstripe-markerio
0.0.2
2023-09-06 23:28 UTC
Requires
- silverstripe/framework: ^4|^5
README
basic integration for marker.io with silverstripe
Installation
composer require pikselin/silverstripe-markerio
Configuration
--- after: - PikselinMarkerIO --- Pikselin\MarkerIO\Services\MarkerIOService: destination: 'mymarkeriokey' allowed_groups: - administrators allowed_members: - admin show_in_dev: false allow_anonymous: false
Allowed groups and allowed members are optional.
If none are given, nobody can see the widget.
To allow all users, or all groups, give it a value of '*':
allowed_groups: - '*'
(note the ' quotes!)
Permissions
A user can also be granted access to the widget, via the CMS.
It is a specific permission which can be set per-user.