sixgweb/conditionstailor-plugin

OctoberCMS Tailor Conditions Integration

1.0.4 2022-10-26 19:20 UTC

This package is auto-updated.

Last update: 2024-09-26 23:25:16 UTC


README

Integrates Sixgweb Conditions plugin with OctoberCMS Tailor module. Adds Conditions repeater to a new Conditions tab. Refer to the Conditions Editor for more information on Conditions.

Installation

Install via composer

composer require sixgweb/conditionstailor-plugin

Blueprint Field

Conditions will only be added to entry records that have a conditions field defined. See Blueprints for more information on defining blueprint fields.

The conditions field must be named conditions and use type conditions.

fields:
    conditions:
        type: conditions

After you add the conditions field to the blueprint, press Save and Migrate