sixgweb/conditionstailor-plugin

OctoberCMS Tailor Conditions Integration

Maintainers

Package info

github.com/sixgweb/conditionstailor-plugin

Type:october-plugin

pkg:composer/sixgweb/conditionstailor-plugin

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.4 2022-10-26 19:20 UTC

This package is auto-updated.

Last update: 2026-02-27 02:38:43 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