0.8.0 - Added <podcast:medium> support #6
vnali
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since 0.8.0, there is a native field available on podcast field layout,
medium
.This native field add support for podcast:medium.
Supported values are podcast, music, video, film, audiobook, newsletter, blog.
You can filter podcasts by medium like this:
Twig:
craft.podcasts.medium(['podcast', 'video']).all()
Beta Was this translation helpful? Give feedback.
All reactions