An open API service indexing awesome lists of open source software.

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

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.

```