delaneymethod/craft-vocabulary

Vocabulary is the easiest way to create and manage your own glossary of terms in Craft CMS.

1.0.0 2022-06-30 10:39 UTC

This package is auto-updated.

Last update: 2024-10-29 06:13:17 UTC


README

Stable Version Total Downloads

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.

Screenshot

Screenshot

Screenshot

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