pikselin/silverstripe-markerio

There is no license information available for the latest version (0.0.2) of this package.

MarkerIO helper for Silverstripe

Installs: 53

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

0.0.2 2023-09-06 23:28 UTC

This package is auto-updated.

Last update: 2024-04-07 00:53:34 UTC


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.