motivo/liberiser-visibility

Visibility plugin for liberiser components

v0.0.9 2021-02-23 13:11 UTC

This package is auto-updated.

Last update: 2024-03-23 19:51:17 UTC


README

This is a plugin for Motivo\Liberiser modules. It adds visibility fields to the component.

Installation

You can install the package via composer:

composer require motivo/liberiser-visibility

Usage

Add the plugin to a module in the config file liberiser/config.php

Example:

'modules' => [
    'pages' => [
        'plugins' => [
            'visibility' => true,
        ],
        'active' => true,
    ],
],

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

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