# 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.

{% hint style="info" %}
**Are you looking for the Grid Layout or Nested Content?**

The following Property Editors have been removed with the release of Umbraco 14:

* Grid Layout
* Nested content

We recommend using the [Block Editor](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor) or the [Rich Text Editor Blocks](https://github.com/umbraco/UmbracoDocs/blob/main/17/umbraco-cms/fundamentals/backoffice/property-editors/broken-reference/README.md) instead.
{% endhint %}

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).

## [Built-in Property Editors in Umbraco](https://docs.umbraco.com/umbraco-cms/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/fundamentals/data/data-types)

## Tutorials

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
