Get Vocabulary Values
plone_get_vocabulariesFetch allowed values for a field, like categories or tags, to ensure valid content input.
Instructions
Fetches the allowed values for a specific field, such as a list of categories or tags. Useful for finding valid inputs for content fields. Example: plone_get_vocabularies({vocabulary: 'plone.app.vocabularies.Keywords'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vocabulary | Yes | Vocabulary name | |
| title | No | Filter by title | |
| token | No | Filter by token |