An open API service indexing awesome lists of open source software.

https://github.com/nystudio107/craft-richvariables

Allows you to easily use Craft Globals as variables in Rich Text fields
https://github.com/nystudio107/craft-richvariables

craft-plugin craft3 craftcms rich-text variables

Last synced: 11 months ago
JSON representation

Allows you to easily use Craft Globals as variables in Rich Text fields

Awesome Lists containing this project

README

          

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/badges/quality-score.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/?branch=v1) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/badges/coverage.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/?branch=v1) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/badges/build.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/build-status/v1) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/badges/code-intelligence.svg?b=v1)](https://scrutinizer-ci.com/code-intelligence)

# Rich Variables plugin for Craft CMS 3.x

Allows you to easily use Craft Globals as variables in Rich Text fields

![Screenshot](./docs/docs/resources/img/plugin-banner.jpg)

Related: [Rich Variables for Craft 2.x](https://github.com/nystudio107/richvariables)

**Note**: _The license fee for this plugin is $19.00 via the Craft Plugin Store._

## Requirements

This plugin requires Craft CMS 3.0.0 or later.

## Installation

To install Rich Variables, follow these steps:

1. Install with Composer via `composer require nystudio107/craft-richvariables` from your project directory
2. Install the plugin via `./craft install/plugin rich-variables` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Rich Variables.

You can also install Rich Variables via the **Plugin Store** in the Craft Control Panel.

Rich Variables works on Craft 3.x

## Documentation

Click here -> [Rich Variables Documentation](https://nystudio107.com/plugins/rich-variables/documentation)

## Rich Variables Roadmap

Some things to do, and ideas for potential features:

* Rich Variables could potentially have different Global sets for different Channels
* We could allow for things other than Global sets to be available for insertion, such as Entry values, Categories, etc.

Brought to you by [nystudio107](https://nystudio107.com)