# Property Editors

A Property Editor is the editor that a Data Type references. A Data Type is defined by a user in the Umbraco backoffice and references a Property Editor. In Umbraco a Property Editor is defined in a JSON manifest file and associated JavaScript files.

When creating a Data Type, specify the property editor for the Data Type to use by selecting from the "Property editor" list (as shown below).

![Data Type Definition](https://3872888104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgEH4FChbCn7eDDqREvdE%2Fuploads%2Fgit-blob-36cdbba266df4e45f37d4ed7cc6cefeca399f27b%2FMedia-picker-dataType-v9.png?alt=media)

## [Built-in Property Editors in Umbraco](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors)

Umbraco comes pre-installed with many useful property editors.

## More information

* [Customizing Data Types](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/data/data-types)

## Tutorials

* [How to create a custom Property Editor](https://docs.umbraco.com/umbraco-cms/13.latest/tutorials/creating-a-property-editor)
