-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow data-* form parameters to be used as <form> attributes. (#336)
Contrary to the previous `form.data.blueprints.form` extraction model, blueprints-expansion is not enabled. Eg: `data-data-foo@: '\Grav\Plugin\Admin::route'` would *not* create a `data-foo='http://...'` attribute.
- Loading branch information
Raphaël Droz
authored
Dec 1, 2020
1 parent
8b42f24
commit e4486d5
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<form | ||
{% block embed_form_core %}{% endblock %} | ||
{% block embed_form_classes %}{% endblock %} | ||
{% block embed_form_custom_attributes %}{% endblock %} | ||
> | ||
{% block embed_fields %}{% endblock %} | ||
{% block embed_buttons %}{% endblock %} | ||
</form> | ||
</form> |