kirby-link-field
kirby-link-field copied to clipboard
The field type "hash" does not exist
Hi, I try to generate a block only with your field. But I got the error
The field type "hash" does not exist
Here is my blueprint
name: Link Block
icon: url
fields:
link:
type: link
label: Link
linkTypes:
- page
- url
settings:
popup:
width: 1/3
label: External Link
help: Open link in a new tab?
text:
width: 2/3
hash: true
Could you try removing the hash: true
part and see if it works?
Hi, thnks for your fast reply! Yes if I remove it, it works. Thanks. But only for usability, should it not also work with true if you use a bool?
It makes sense to work if you pass a bool as well, I agree. I'll add it at some point, so we should keep this issue open. I wanted to help you out first and I'm glad it worked.