2017 © Pedro Peláez
 

neos-plugin neos-notification

image

breadlesscode/neos-notification

  • Sunday, December 24, 2017
  • by Marvvvv
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

NEOS notifications

Latest Stable Version Downloads license, (*1)

This package includes a notification component and a notification node type for the backend., (*2)

Requirements

  • NEOS >=3.3

Installation

composer require breadlesscode/neos-notification

Configuration

Breadlesscode:
  Notification:
    classes:
      base: 'alert' # if you only set base class, BEM naming is used
      content: 'alert-content'
      info: 'alert-info'
      warning: 'alert-warning'
      danger: 'alert-danger'

Usage

You can use the component like this in fusion:, (*3)

    notification = Breadlesscode.Notification:NotificationComponent {
        onlyRenderInBackend = ${ false }
        type = 'info'
        content 'Hello world'
        # and you can override the class configuration
        baseClass = 'notification' # for BEM naming
        # if you dont want BEM naming you can set each class manually
        contentClass = 'notification__content'
        containerClass = 'notification'
    }

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

24/12 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

24/12 2017

v1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

24/12 2017

dev-neos-3.3-support

dev-neos-3.3-support

  Sources   Download

MIT

The Requires

 

14/11 2017

v1.0.0

1.0.0.0

  Sources   Download

The Requires