statamic/podcast-categories

There is no license information available for the latest version (v2.0.0) of this package.
Package info

github.com/statamic/podcast-categories

pkg:composer/statamic/podcast-categories

Statistics

Installs: 501

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v2.0.0 2026-01-28 17:03 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 1c79a06272ae1c6ca4662d24c6eec4d6a6cd8cf1

This package is auto-updated.

Last update: 2026-06-13 09:20:06 UTC


README

Features

  • Fieldtype pre-populated with all the currently supported Apple Podcast (iTunes) categories
  • Automatically formats the proper <itunes:category> XML elements with 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
<itunes:category text="Comedy"/>

// Or a subcategory.
<itunes:category text="Health & Fitness">
 <itunes:category text="Nutrition"/>
</itunes:category>