File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
docs/components/AssemblyLine Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments