Quick Start
- Install the NuGet package
- Add the Reading Time data type to a document type. You can configure:
Words per minute(default is 200)Min Unit(default is Minute)Max Unit(default is Minute)
- Save and publish content.
- Reading Time will display in the backoffice
Using the value in your templates
Section titled “Using the value in your templates”In your template, you can accessing the Reading Time property value like any other property:
@Model.ReadingTime.DisplayTime()