Skip to content

Commit

Permalink
feat(endpoint-posts): show character and word count on content field
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Feb 23, 2024
1 parent 621d582 commit ba769f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/endpoint-posts/includes/post-fields/content.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ textarea({
{{ characterCount({
name: "content",
value: properties.content.text or fieldData("content").value,
label: __("posts.form.content.label"),
Expand Down

0 comments on commit ba769f9

Please sign in to comment.