muensmedia/neos-markerio

Last activity 20 May 2022 924
composer require muensmedia/neos-markerio

Collect website feedback from clients and colleagues on your Neos site using Marker.io.

1.1.0

Version
1.1.0
Type
neos-package
Release Date
May 20, 2022 11:45
Source
git
Distribution
zip
Requires
GPL-3.0
  • #flow
  • #neos
  • #feedback
  • #neoscms
  • #marker.io
6496860e2650fa7f49ae2626c539ca1864845722

Neos Marker.io Package

Version license

Introduction

Collect website feedback from clients and colleagues on your Neos site using Marker.io.

This package integrates the Marker.io javascript snippet into Neos.

Features

  • adds Marker.io javascript snippet before the closing body tag
  • configure the Marker.io destination
  • show Marker.io only to authenticated users (e.g. after website launch)

Installation

Run this in your site package

composer require --no-update muensmedia/neos-markerio

Then run composer update in your project directory.

Configuration

You can override the default configuration:

Muensmedia:
  Neos:
    Markerio:
      destination: '606450c0bc25e5200845587f'
      displayOnlyForAuthenticatedUsers: true

Activate Marker.io for all users

If your website is still in development, and you want to show Marker.io to all users (even unauthenticated users) you can set:

Muensmedia:
  Neos:
    Markerio:
      displayOnlyForAuthenticatedUsers: false

Contributions

Contributions are very welcome!

Please create detailed issues and PRs.

License

See License

The content of the readme is provided by Github