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
- Host: GitHub
- URL: https://github.com/nystudio107/craft-richvariables
- Owner: nystudio107
- License: other
- Created: 2017-02-05T15:55:04.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-07T02:05:32.000Z (over 3 years ago)
- Last Synced: 2024-09-19T01:44:21.803Z (almost 2 years ago)
- Topics: craft-plugin, craft3, craftcms, rich-text, variables
- Language: PHP
- Homepage: https://nystudio107.com/plugins/rich-variables
- Size: 2.62 MB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/?branch=v1) [](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/?branch=v1) [](https://scrutinizer-ci.com/g/nystudio107/craft-richvariables/build-status/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

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)