You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom Data Type for calculating reading time. With full variant support!
11
11
12
12
The following editors are currently supported:
@@ -17,10 +17,10 @@ The following editors are currently supported:
17
17
- Block List
18
18
- Nested Content
19
19
- Textstring
20
-
- Textarea
21
-
22
-
## Quick Start
23
-
20
+
- Textarea
21
+
22
+
## Quick Start
23
+
24
24
1. Install the [NuGet package](https://www.nuget.org/packages/jcdcdev.Umbraco.ReadingTime) in your Umbraco CMS website project.
25
25
```
26
26
dotnet add package jcdcdev.Umbraco.ReadingTime
@@ -38,21 +38,21 @@ In your template, you can accessing the Reading Time property value like any oth
38
38
39
39
```html
40
40
@Model.ReadingTime.DisplayTime()
41
-
```
42
-
43
-
## Configuration
44
-
41
+
```
42
+
43
+
## Configuration
44
+
45
45
You can change the average words per minute in the data type settings.
46
46
47
-
When creating a new data type, the default will be 200 words per minute.
48
-
49
-
## Contributing
50
-
51
-
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/jcdcdev.Umbraco.ReadingTime/contribute) page.
When creating a new data type, the default will be 200 words per minute.
48
+
49
+
## Contributing
50
+
51
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/jcdcdev.Umbraco.ReadingTime/contribute) page.
0 commit comments