From: Kathy Lussier Date: Fri, 1 Sep 2017 02:38:29 +0000 (-0400) Subject: LP#1424815: Release notes entry for Read More feature X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9bab9b4f286134e03885a0e5a2b7f0890008cf0b;p=working%2FEvergreen.git LP#1424815: Release notes entry for Read More feature Signed-off-by: Kathy Lussier Signed-off-by: Remington Steed --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/readmore.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/readmore.adoc new file mode 100644 index 0000000000..add14a0f05 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/readmore.adoc @@ -0,0 +1,18 @@ +Read More Feature for Note Fields +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +A new setting will allow Evergreen sites to truncate the display of long note +fields in the public catalog. When truncated, a _Read More..._ link will +appear at the end of the field, allowing the user to click to view the entire +field contents. + +This feature is turned off by default. To enable it: + + * Enable the ctx.want_jquery setting in the config.tt2 file. + * Enable the truncate_contents setting in the config.tt2 file. + * In config.tt2, adjust the contents_truncate_length setting to set the +number of characters that should display before the field is truncated (default +is 100). + +Browsers with javascript disabled will continue to see the full contents of +these fields. +