Skip to content

Commit 2ada9ed

Browse files
Document signatures
1 parent 97f266f commit 2ada9ed

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/components/AssemblyLine/magic_variables.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,18 @@ code: |
322322
al_form_requires_digital_signature = False
323323
```
324324

325+
### `al_typed_signature_prefix`
326+
327+
Defaults to `/s/`. Controls the prefix when user decides to use a typed signature.
328+
329+
### `al_typed_signature_font`
330+
331+
Defaults to `"/usr/share/fonts/truetype/google-fonts/BadScript-Regular.ttf"`.
332+
333+
Can be the exact path to a font installed on the server. If it is not an exact path,
334+
the font name will be searched for in `/usr/share/fonts` and `/var/www/.fonts`, with `.ttf`
335+
appended to the filename.
336+
325337
### `al_form_type`
326338

327339
`al_form_type` is used to control some dynamic questions to give more specific

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ module.exports = {
122122
'components/AssemblyLine/translation',
123123
'components/AssemblyLine/error_actions',
124124
'components/AssemblyLine/background_assembly',
125+
"components/AssemblyLine/signatures",
125126
"components/AssemblyLine/al_general",
126127
"components/AssemblyLine/al_courts",
127128
"components/AssemblyLine/al_document",

0 commit comments

Comments
 (0)