statamic/podcast-categories
最新稳定版本:v2.0.0
Composer 安装命令:
composer require statamic/podcast-categories
包简介
README 文档
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>
统计信息
- 总下载量: 454
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-07-29