Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more fields to review #106

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
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