sixgweb/conditionstailor-plugin

OctoberCMS Tailor Conditions Integration

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:october-plugin

pkg:composer/sixgweb/conditionstailor-plugin

1.0.4 2022-10-26 19:20 UTC

This package is auto-updated.

Last update: 2025-09-27 01:34:40 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