Skip to content

Commit 6f3aceb

Browse files
authored
Added link to field type tutorial in 'Creating Filed Type' page (#2613)
* Added link to field type tutorial in 'Creating Filed Type' page * Removed link to field type tutorial at the end of 'Creating Filed Type' page
1 parent 0a9f1ea commit 6f3aceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content_management/field_types/create_custom_generic_field_type.md

Lines changed: 3 additions & 3 deletions
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

@@ -105,5 +107,3 @@ Next, define a **Hello World** field:
105107
After saving, your **Hello World** content type should be available under **Content** in the sidebar menu.
106108

107109
![Creating Hello World](extending_field_type_hello_world.png)
108-
109-
For more detailed tutorial on Generic field type follow [Creating a Point 2D field type](creating_a_point2d_field_type.md).

0 commit comments

Comments
 (0)