nystudio107/craft-emptycoalesce

Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty.

Fund package maintenance!
khalwat

Installs: 118 766

Dependents: 2

Suggesters: 0

Security: 0

Stars: 26

Watchers: 4

Forks: 2

Type:craft-plugin

5.0.0 2024-04-13 19:01 UTC

This package is auto-updated.

Last update: 2024-04-13 19:24:05 UTC


README

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Empty Coalesce plugin for Craft CMS 3.x

Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require nystudio107/craft-emptycoalesce
    
  3. Install the plugin via ./craft install/plugin empty-coalesce via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Empty Coalesce.

You can also install Empty Coalesce via the Plugin Store in the Craft Control Panel.

Documentation

Click here -> Empty Coalesce Documentation

Empty Coalesce Roadmap

Some things to do, and ideas for potential features:

  • Submit a PR to the Twig project to get it into core

Brought to you by nystudio107