muensmedia/neos-markerio

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

Installs: 1 398

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 3

Type:neos-package

1.1.0 2022-05-20 11:45 UTC

This package is auto-updated.

Last update: 2024-04-20 15:50:51 UTC


README

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