Blueprint for audio not loading

Hey there,
i followed the instructions here and created a blueprint for audio-files (mp3 in my case), located in /site/blueprints/files/audio.yml .
When i open the file in the panel it shows the default template and fields.
Same with “image.yml”, it seems to fall back to default.yml. Do i have to register these files somewhere else?
Thanks in advance
Sascha

Not register, but you have to assign the blueprints to your files sections/files fields (see files section/files field docs), they are not automatically assigned per file type. Also, you can assign only one type of blueprint per section/field.

1 Like

Thank you!

Got it, i have to assign a template to the file upload section in the blueprint of the page (template: audio) BEFORE uploading the files, which results in the creation of extra .txt files with their “meta”-data including the template. This works.

Will check if it also works if i upload the files via ftp manually and thus having no UUid für the files then. Does it still show up in the panel this way? Will see…

No, this only works if you upload through the Panel.

1 Like

Okay, i will keep that in mind for future projects. Thank you