nystudio107 / craft-richvariables
Allows you to easily use Craft Globals as variables in Rich Text fields
Fund package maintenance!
khalwat
Installs: 19 751
Dependents: 2
Suggesters: 0
Security: 0
Stars: 25
Watchers: 4
Forks: 6
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0-beta.1
- craftcms/redactor: ^3.0.0-beta.1
- nystudio107/craft-plugin-vite: ^4.0.0-beta.1
- dev-develop
- v4.x-dev
- 4.0.0
- 4.0.0-beta.3
- 4.0.0-beta.2
- 4.0.0-beta.1
- v1.x-dev
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- dev-dependabot/npm_and_yarn/buildchain/minimist-1.2.8
- dev-dependabot/npm_and_yarn/docs/json5-2.2.3
- dev-dependabot/npm_and_yarn/buildchain/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/buildchain/vite-2.9.13
- dev-develop-v4
This package is auto-updated.
Last update: 2024-11-07 05:41:42 UTC
README
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
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:
- Install with Composer via
composer require nystudio107/craft-richvariables
from your project directory - 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
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