Skip to content
Snippets Groups Projects
Commit 52a4a342 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3278473: Add missing config variables to fillpdf.schema.yml

parent bfef2b1f
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ fillpdf.settings: ...@@ -11,6 +11,9 @@ fillpdf.settings:
remote_endpoint: remote_endpoint:
type: string type: string
label: 'FillPDF Service endpoint URL without protocol' label: 'FillPDF Service endpoint URL without protocol'
fillpdf_service:
type: string
label: 'Which PDF filling backend to use'
fillpdf_service_api_key: fillpdf_service_api_key:
type: string type: string
label: 'FillPDF Service API key' label: 'FillPDF Service API key'
...@@ -26,6 +29,9 @@ fillpdf.settings: ...@@ -26,6 +29,9 @@ fillpdf.settings:
local_service_endpoint: local_service_endpoint:
type: string type: string
label: 'Local FillPDF PDF API endpoint' label: 'Local FillPDF PDF API endpoint'
pdftk_path:
type: string
label: 'Path to the pdftk command'
shell_locale: shell_locale:
type: string type: string
label: 'Locale for escaping shell commands' label: 'Locale for escaping shell commands'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment