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
In theme and section block presets. We should complete block types.
In sections
@theme
In blocks
{% schema %} { "name": "Header Announcement", "blocks": [{ "type": "slide" }, { "type": "other-slide" }], "settings": [], "presets": [ { "name": "Header Announcement", "blocks": [ { "type": "█", // <-- should complete "slide", "other-slide" }, { "type": "slide", "blocks": [ { "type": "█"} // <-- should complete what slide accepts ] }, { "type": "other-slide", "blocks": [ { "type": "█"} // <-- should complete what other-slide accepts ] }, ] } ] } {% endschema %}
The text was updated successfully, but these errors were encountered:
{% schema %}
No branches or pull requests
In theme and section block presets. We should complete block types.
In sections
@theme
In blocks
@theme
The text was updated successfully, but these errors were encountered: