> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://aide.merci-app.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# I am a website editor and would like to exclude certain fields from my site from the MerciApp extension

By default, the MerciApp browser extension integrates with all fields of type `textarea` or `div[contenteditable="true"]` — other cases are also supported, such as specific editors like WordPress or CKEditor.

However, in certain situations, you may want to disable our extension on a site you edit (for example, if you offer spelling or grammar tests).

# Adding a tag to the relevant field

To disable integration, you can add the following attribute to the relevant field:

`data-merciapp-spellcheck="false"`.

If you do not have a technical profile, we recommend that you refer your team in charge of these matters to this article, which will help them resolve the situation.

For example:

```
<div contenteditable="true" class="editor" data-merciapp-spellcheck="false"></div>
```

Do you have another requirement? Contact us via the chat feature at the bottom right of our website, and we will find a solution tailored to your request.