Skip to content

Commit 49e97f8

Browse files
committed
Linting
1 parent 00f1df7 commit 49e97f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

13/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To support this, a read-only view of the field is necessary.
114114

115115
For most fields, nothing is required here, as the default read-only display defined in the built-in `ReadOnly.cshtml` file suffices.
116116

117-
However, if you want to provide a custom read-only display for your field, you can do so by creating a second partial view named with a `.ReadOnly` suffix. For this example, we would create `FieldType.Slider.ReadOnly.cshtml`.
117+
However, if you want to provide a custom read-only display for your field, you can do so by creating a second partial view. This should be named with a `.ReadOnly` suffix. For this example, we would create `FieldType.Slider.ReadOnly.cshtml`.
118118

119119
## Umbraco backoffice view
120120

14/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To support this, a read-only view of the field is necessary.
133133

134134
For most fields, nothing is required here, as the default read-only display defined in the built-in `ReadOnly.cshtml` file suffices.
135135

136-
However, if you want to provide a custom read-only display for your field, you can do so by creating a second partial view named with a `.ReadOnly` suffix. For this example, we would create `FieldType.Slider.ReadOnly.cshtml`.
136+
However, if you want to provide a custom read-only display for your field, you can do so by creating a second partial view. This should be named with a `.ReadOnly` suffix. For this example, we would create `FieldType.Slider.ReadOnly.cshtml`.
137137

138138
## Field Settings
139139

15/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To support this, a read-only view of the field is necessary.
133133

134134
For most fields, nothing is required here, as the default read-only display defined in the built-in `ReadOnly.cshtml` file suffices.
135135

136-
However, if you want to provide a custom read-only display for your field, you can do so by creating a second partial view named with a `.ReadOnly` suffix. For this example, we would create `FieldType.Slider.ReadOnly.cshtml`.
136+
However, if you want to provide a custom read-only display for your field, you can do so by creating a second partial view. This should be named with a `.ReadOnly` suffix. For this example, we would create `FieldType.Slider.ReadOnly.cshtml`.
137137

138138
## Field Settings
139139

0 commit comments

Comments
 (0)