mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Update README.md
This commit is contained in:
parent
d5d31dbf23
commit
8ec8af5707
1 changed files with 7 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ Open-source software under the AGPL V3 license.
|
|||
- [Enabling and Configuring Multi-Signature Mode](#enabling-and-configuring-multi-signature-mode)
|
||||
- [Disabling the Organize Mode](#disabling-the-organize-mode)
|
||||
- [Hiding or Modifying the Demo PDF Link](#hiding-or-modifying-the-demo-pdf-link)
|
||||
- [Customize the CSS](#customize-the-css)
|
||||
- [Default Fields for Metadata Editing](#default-fields-for-metadata-editing)
|
||||
- [Update](#update)
|
||||
- [Tests](#tests)
|
||||
|
|
@ -42,7 +43,6 @@ Open-source software under the AGPL V3 license.
|
|||
- [Contributions](#contributions)
|
||||
- [Screenshots](#screenshots)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
- [Debian/Ubuntu](installation.md#debian-ubuntu)
|
||||
|
|
@ -132,6 +132,12 @@ To disable the Organize mode, add `DISABLE_ORGANIZATION=true` to the
|
|||
To hide the demo PDF link, add `PDF_DEMO_LINK=false` to the
|
||||
`config/config.ini` file.
|
||||
|
||||
### Customize the CSS
|
||||
|
||||
It is possible to add a custom CSS file to the location `public/css/app-specific.css`.
|
||||
|
||||
If this file exists, it will be loaded automatically.
|
||||
|
||||
### Default Fields for Metadata Editing
|
||||
|
||||
In the `config/config.ini` file, you can add as many fields as you want with the HTML input type (text, date, number, email, etc.) that will be preloaded for each PDF.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue