delaneymethod / craft-vocabulary
Vocabulary is the easiest way to create and manage your own glossary of terms in Craft CMS.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: >=7.2.5
- craftcms/cms: ^3.7.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- phpstan/phpstan: ^1.8
README
Vocabulary plugin for Craft CMS 3.x or later
Vocabulary is the easiest way to create and manage your own glossary of terms in Craft CMS.
License
This plugin requires a commercial license purchasable through the Craft Plugin Store.
Requirements
This plugin requires Craft CMS 3.x or later.
Installation
To install the plugin, search for “Vocabulary” in the Craft Plugin Store, or install manually using composer.
Open your terminal and go to your Craft project:
cd /path/to/project
Then tell Composer to load the plugin:
composer require delaneymethod/craft-vocabulary
In the Control Panel, go to Settings → Plugins and click the “Install” button for Vocabulary.
Configuration
By default the plugin is already configured, creating a new Vocabulary
Field Type and can be used like any other field.
Examples
During installation a new Section, Entry Type, Single entry (pre-populated with some dummy data) and a Template where created to help get you started.
The Template can be found in the templates directory:
/templates/glossary-example.twig
and can be viewed at:
/glossary-example
Please feel free to delete these or rename them as you wish.
Brought to you by DelaneyMethod