Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The field type "hash" does not exist #57

Open
janstieler opened this issue Aug 1, 2022 · 3 comments
Open

The field type "hash" does not exist #57

janstieler opened this issue Aug 1, 2022 · 3 comments

Comments

@janstieler
Copy link

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
@hdodov
Copy link
Contributor

hdodov commented Aug 2, 2022

Could you try removing the hash: true part and see if it works?

@janstieler
Copy link
Author

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?

@hdodov
Copy link
Contributor

hdodov commented Aug 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants