i’m trying to add a audio field in my blueprint to use it in the panel.
when i us this:
audiofile:
label: Title
type: audio
i get the error: The audio field is missing. Please add it to your installed fields or remove it from your blueprint
unfortunately i can’t find a way to add field to my installled fields?
basically i’m looking for field that handels audio-files the same way as the image type fields handels images.
There is no such thing as an audio field, I’m afraid. You’d have to create it/check if someone has already created one (I couldn’t find any), or use a select field. See the list of available panel fields.
But the select field should be fine, you can limit the type of file to be selectable to “audio”. If you need to select multiple files, there a third party options, like the selector field or the multiselect field.