Add auto sig editor docs

This commit is contained in:
Bryan Ashby 2019-11-18 20:33:31 -07:00
parent 0cae6e656d
commit 4397e94379
No known key found for this signature in database
GPG key ID: B49EB437951D2542
2 changed files with 32 additions and 9 deletions

View file

@ -0,0 +1,22 @@
---
layout: page
title: Auto Signature Editor
---
## The Auto Signature Editor
The built in `autosig_edit` module allows users to edit their auto signatures (AKA "autosig").
### Theming
The following MCI codes are available:
* MCI 1 (ie: `MT1`): Editor
* MCI 2 (ie: `BT2`): Save button
### Disabling Auto Signatures
Auto Signature support can be disabled for a particular message area by setting `autoSignatures` to false in the area's configuration block.
Example:
```hjson
my_area: {
name: My Area
autoSignatures: false
}
```