Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usync/01.uSync/40.reference/02.handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Handlers don't do the actual importing or exporting of items, that work is done

Handlers are enabled in the default group by default. Generally you do not need to add handlers individually to the config:

The most common action is to Turn Content On or Off, this can be done with the `ExportAtSave` option: see [our guide on turning off content edition](../guides/content).
The most common action is to turn content on or off. This can be done with the `ExportAtSave` option, see [our guide on turning off content edition](../guides/content).

## Disable Individual Handlers
If you want to turn individual handlers off you can add them to the list of Disabled Handlers.
If you want to turn individual handlers off you can add them to the list of disabled handlers.

```json title=appsettings.json
"uSync" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When you first open up the uSync.Publisher dashboard, uSync will prompt you to c

While most settings are now stored in the DB, there are a few settings you can control per server via the `appsettings.json` file:

```json
```json title='appsettings.json'
{
"uSync": {
"Publisher": {
Expand Down