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

No markdown support for a checkbox? But only for checkboxes? #568

Closed
kees-closed opened this issue May 20, 2022 · 2 comments
Closed

No markdown support for a checkbox? But only for checkboxes? #568

kees-closed opened this issue May 20, 2022 · 2 comments

Comments

@kees-closed
Copy link

In the documentation for the checkbox it is not mentioned if markdown supported is.

So therefore, I just tried:

        privacy-policy:
            label: 'Heb je onze [privacy verklaring](/privacy-verklaring) gelezen en ga je akkoord?'
            type: checkbox
            markdown: true
            validate:
                required: true

The checkbox part works great. However, no markdown support.

This is working with checkboxes:

        privacy-policy:
            label: 'Heb je onze [privacy verklaring](/privacy-verklaring) gelezen en ga je akkoord?'
            type: checkboxes
            markdown: true
            options:
                agreed: 'Gelezen en akkoord'
            validate:
                required: true
                message: 'Privacy verklaring'

Is there a way to enable markdown support for a checkbox in the same way (or another way) for the checkboxes?

@kees-closed
Copy link
Author

It's probably due to this: https://discourse.getgrav.org/t/include-url-in-description-field-of-a-checkbox-form/20723/2?u=aqual1te

Will submit an issue with the Quark theme.

@kees-closed
Copy link
Author

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

1 participant