https://github.com/statamic/podcast-categories
Statamic Fieldtype to manage iTunes Categories
https://github.com/statamic/podcast-categories
Last synced: 5 days ago
JSON representation
Statamic Fieldtype to manage iTunes Categories
- Host: GitHub
- URL: https://github.com/statamic/podcast-categories
- Owner: statamic
- Created: 2021-07-07T02:49:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T17:31:26.000Z (about 2 months ago)
- Last Synced: 2025-12-14T08:08:39.263Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Podcast Categories
## Features
- **Fieldtype** pre-populated with all the currently supported Apple Podcast (iTunes) categories
- Automatically formats the proper `` XML elements with [Augmentation](https://statamic.dev/augmentation)
## Installation
Require it using Composer.
```
composer require statamic/podcast-categories
```
And then choose **Podcast Categories** from the list of available Fieldtypes when working with blueprints.
## Usage
The Antlers output of any **Podcast Categories** field will be a properly formatted XML element. Example:
```
{{ primary_category }}
// Might render a top level, self closing category
// Or a subcategory.
```