Skip to content

Commit b9f71b3

Browse files
committed
Added link to field type tutorial in 'Creating Filed Type' page
1 parent 2314417 commit b9f71b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content_management/field_types/create_custom_generic_field_type.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: Create a new field type based on the Generic field type.
77
The Generic field type is an abstract implementation of field types holding structured data for example, address.
88
You can use it as a base for custom field types.
99
The Generic field type comes with the implementation of basic methods,
10-
reduces the number of classes which must be created, and simplifies the tagging process.
10+
reduces the number of classes which must be created, and simplifies the tagging process.
11+
12+
A more in-depth, step-by-step tutorial can be viewed here: [Creating a Point 2D field type](creating_a_point2d_field_type.md).
1113

1214
!!! tip
1315

0 commit comments

Comments
 (0)