Skip to content

Commit

Permalink
Update README.md 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
somaromero committed Aug 30, 2024
1 parent 3df9b3a commit 96671a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ operation will generate a PDF file based on the provided JSON content.
This view shows the general configuration form for the PDF Builder operation, where you can define the operation key,
permissions, filename, storage, and the JSON template that will be used to generate the PDF.

![Operation General Form View](screenshots/operation_general_form_view.png)
![Operation General Form View](https://raw.githubusercontent.com/somaromero/directus-extension-pdf-builder/main/screenshots/operation_general_form_view.png)

### Font URL Configuration

In this view, you can configure an external font by providing the URL. Ensure that the URL points to a TTF font file, as
only TTF fonts are supported.

![Operation Font URL Form](screenshots/operation_font_url_form.png)
![Operation Font URL Form](https://raw.githubusercontent.com/somaromero/directus-extension-pdf-builder/main/screenshots/operation_font_url_form.png)

### Font UUID Configuration

This view allows you to select an internal font stored in Directus by using its UUID. The font must be of TTF type, and
the UUID is obtained from the file's URL within Directus.

![Operation Font UUID Form](screenshots/operation_font_uuid_form.png)
![Operation Font UUID Form](https://raw.githubusercontent.com/somaromero/directus-extension-pdf-builder/main/screenshots/operation_font_uuid_form.png)

0 comments on commit 96671a4

Please sign in to comment.