# CKEditor

## CKEditor (ckeditor)

[![image-1590576491342.gif](https://docs.intalioservices.com/uploads/images/gallery/2020-05/i9hHyemDh5s2Dv21-image-1590576491342.gif)](https://docs.intalioservices.com/uploads/images/gallery/2020-05/i9hHyemDh5s2Dv21-image-1590576491342.gif)

The CKEditor field allows you to display an advanced text editor. This editor can be configured according to the CKEditor documentation.

*Example:*

```JSON
{
  "size": "s12 m12",
  "type": "ckeditor",
  "id": "ckEditor",
  "label": "CKEditor",
  "validate": [
    "required"
  ],
  "icon": "fingerprint",
  "hidden": false,
  "value": "Your text...",
  "config": {
    "language": "en"
  }
}
```

### config

Here you can use all available ckeditor settings

<p class="callout info">You can set up a lot of items that you will find in the official CKEditor documentation. An example parameter is **language**, which will change the language of the text editor.</p>

[![image-1590583026488.png](https://docs.intalioservices.com/uploads/images/gallery/2020-05/scaled-1680-/wOZcFWcBtfin4kac-image-1590583026488.png)](https://docs.intalioservices.com/uploads/images/gallery/2020-05/wOZcFWcBtfin4kac-image-1590583026488.png)

<p class="callout info">CKEditor docs: [https://ckeditor.com/docs/ckeditor4/latest/](https://ckeditor.com/docs/ckeditor4/latest/)</p>

###  

### The rest of the available parameters:

<p class="callout info">This field supports all parameters with ["Attributes available for each field".](https://docs.intalioservices.com/books/dynamic-forms---installation-and-administrators-guide/page/attributes-available-for-each-field "Attributes available for each field")</p>