Skip to content

Commit 1fb53ec

Browse files
feat(post-type-photo): increase rows for photo description
1 parent 1b127ea commit 1fb53ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/post-type-photo/includes/post-types/photo-field.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name: "photo[" + index + "][alt]",
2424
value: fieldData("photo[" + index + "].alt").value,
2525
label: __("posts.form.mp-photo-alt.label"),
26-
rows: 1,
26+
rows: 3,
2727
errorMessage: fieldData("photo[" + index + "].alt").errorMessage
2828
}) | indent(2) }}
2929
{% endcall %}

0 commit comments

Comments
 (0)