We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2314417 commit b9f71b3Copy full SHA for b9f71b3
docs/content_management/field_types/create_custom_generic_field_type.md
@@ -7,7 +7,9 @@ description: Create a new field type based on the Generic field type.
7
The Generic field type is an abstract implementation of field types holding structured data for example, address.
8
You can use it as a base for custom field types.
9
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.
+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).
13
14
!!! tip
15
0 commit comments