---
title: "Config"
---
# Config

Editor options. These can be configured upon the creation of the editor.
```javascript
const editor = Jodit.make('#editor', {
   toolbar: true,
   buttons: ['bold', 'italic', 'underline']
   // other options
   // ...
});
```

## Classes

- [Config](../options.html)
