Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/learn/extending/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ On the JavaScript side, the library is designed to be powerful and flexible and

To get a better understanding of how the library works, checkout our step-by-step guide of how to create a new Carbon Field type, which can be found at [https://github.com/htmlburger/carbon-field-template](https://github.com/htmlburger/carbon-field-template). The guide itself also acts as a template that you can start from.

In addition, you can also review the [Number Field](https://github.com/htmlburger/carbon-field-number) which is a simplistic extension field.
In addition, you can also review the:
- [Number Field](https://github.com/htmlburger/carbon-field-number) simplistic extension field
- [Map Yandex Field](https://github.com/yunusga/carbon-field-map-yandex) alternative to Google maps
- [Url Picker Field](https://github.com/iamntz/carbon-fields-urlpicker) simple url picker