Get Vocabulary Values
plone_get_vocabulariesRetrieve allowed values for any Plone vocabulary field to get valid options for categories, tags, and other selectable content fields.
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 |
|---|---|---|---|
| title | No | Filter by title | |
| token | No | Filter by token | |
| vocabulary | Yes | Vocabulary name |