apostrophe-schemas
Advanced tools
Comparing version 0.5.62 to 0.5.63
{ | ||
"version": "0.5.62", | ||
"version": "0.5.63", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
@@ -281,16 +281,16 @@ # apostrophe-schemas | ||
{% macro renderTitle(field) %} | ||
<fieldset data-name="field.name" class="super-awesome">special awesome title: <input name="field.name" /></fieldset> | ||
<fieldset data-name="{{ field.name }}" class="super-awesome"> | ||
special awesome title: <input name="{{ field.name }}" /> | ||
</fieldset> | ||
{% endmacro %} | ||
{%- block modalBody -%} | ||
<form> | ||
{{ | ||
snippetAllFields(fields, { | ||
custom: { | ||
title: renderTitle | ||
} | ||
}) | ||
}} | ||
</form> | ||
{%- endblock -%} | ||
<form> | ||
{{ | ||
schemaFields(schema, { | ||
custom: { | ||
title: renderTitle | ||
} | ||
}) | ||
}} | ||
</form> | ||
``` | ||
@@ -297,0 +297,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114356