We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do this one after #625
We want completion of presets.[].(recursive blocks.[]).settings keys & maybe values?
presets.[].(recursive blocks.[]).settings
Requirements:
presets.[].blocks.[].settings
presets.[].blocks.[].blocks.[].settings
{% schema %} { "name": "Header Announcement", "blocks": [{ "type": "slide" }], "settings": [ { "type": "text", "id": "my-id", "label": "Text" } ], "presets": [ { "name": "Header Announcement", "blocks": [ { "type": "slide", "settings": { "█": "<-- should complete blocks/slide.liquid setting ids" }, "blocks": [ { "type": "group", "settings": { "█": "<-- should compelte blocks/group.liquid setting ids" } } ] } ] } ] } {% endschema %}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do this one after #625
We want completion of
presets.[].(recursive blocks.[]).settings
keys & maybe values?Requirements:
presets.[].blocks.[].settings
(same file if local blocks are used, otherwise other file)presets.[].blocks.[].blocks.[].settings
(other file)The text was updated successfully, but these errors were encountered: