upassist/popup

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

A package adding popup functionality to your Neos website

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-package

7.2.2 2024-02-15 13:17 UTC

This package is auto-updated.

Last update: 2024-04-15 13:41:13 UTC


README

Description

A popup implementation for Neos. Currently supports one popup registering per page, but multiple popups can be registered over multiple pages. Currently supports two types of pupop triggering: after X seconds or after X clicks.

Installation

In your site package require this package "upassist/popup":"*". Run composer require upassist/popup in your distribution package.

Configuration

Take a look at the Fusion files for configuring styles and js loading. Add the mixin NodeType to the page you want to be able to add a popup too.