Skip to content

Commit 14e2cb2

Browse files
authored
Update 14/umbraco-cms/tutorials/creating-a-property-editor/adding-server-side-validation.md
1 parent 054b3b7 commit 14e2cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/umbraco-cms/tutorials/creating-a-property-editor/adding-server-side-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ While it is beyond the scope of this article to discuss these in depth, a few of
149149

150150
We can control how property data is indexed by overriding the `PropertyIndexValueFactory` property of the `DataEditor` base class.
151151

152-
The [Tags Property Editor](https://github.com/umbraco/Umbraco-CMS/blob/main/src/Umbraco.Infrastructure/PropertyEditors/TagsPropertyEditor.cs) contains an example of how this is done. The Property Editor stores a CSV value, which is split and indexes as individual tags for search.
152+
The [Tags Property Editor](https://github.com/umbraco/Umbraco-CMS/blob/main/src/Umbraco.Infrastructure/PropertyEditors/TagsPropertyEditor.cs) contains an example of how this is done. The Property Editor stores a Comma-Separated Value (CSV) value, which is split and indexed as individual tags for search.
153153

154154
### Server-side data conversion to and from the client
155155

0 commit comments

Comments
 (0)