I am having some trouble to have my image.yml being recognized.
I am receiving the message:
This file has no blueprint yet. You can define the setup in /site/blueprints/files/default.yml
my image.yml is at site/blueprints/files/blocks/image.yml
title: Add parallax speed values
fields:
speed:
label: Speed
type: number
min: -10
max: 10
step: 0.5
default: 1
and referenced at site/blueprints/blocks/protests-table.yml
title: Protest Table
icon: book
preview: fields
fields:
tableFile:
label: Upload JSON
type: files
uploads: allow-json
limit: 1
gallery:
label: Gallery
type: files
query: model.images
multiple: true
layout: cards
size: large
empty: "No images have been added to this gallery yet."
extensions:
- jpg
- jpeg
- png
- webp
- avif
uploads:
template: blocks/image
I tried many things from cleaning the cache, different image formats, adding dummy default.yml to /site/blueprints/files/ - (it worked, but that’s not what I want), and some other extreme things like a new kirby installation etc
But nothing of the images.yml.
What can be happening?
Thanks a lot for the help