Skip to content

Commit

Permalink
feat(post-type-photo): increase rows for photo description
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 19, 2024
1 parent 1b127ea commit 1fb53ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name: "photo[" + index + "][alt]",
value: fieldData("photo[" + index + "].alt").value,
label: __("posts.form.mp-photo-alt.label"),
rows: 1,
rows: 3,
errorMessage: fieldData("photo[" + index + "].alt").errorMessage
}) | indent(2) }}
{% endcall %}
Expand Down

0 comments on commit 1fb53ec

Please sign in to comment.