Skip to content

Commit

Permalink
feat(editconfig): add htmltopdf_service_url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
J9rem committed Jul 12, 2021
1 parent 3c083b8 commit 42c4bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ parameters:
# Use cases: reverse-proxy, within a YesWiki Docker container.
htmltopdf_base_url: ~
#htmltopdf_base_url: http://localhost:8000/?
#
# for edit config action
publication_editable_config_params:
- 'htmltopdf_service_url'
3 changes: 3 additions & 0 deletions lang/publication_fr.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,8 @@
'AB_publication_publicationgenerator_template_hint' => 'ex: exportpages_table.tpl.html',
'AB_publication_publicationlist_label' => 'Liste des publications',
'AB_publication_publicationlist_pagenameprefix_label' => 'prefix de page',

// edit config
'EDIT_CONFIG_HINT_htmltopdf_service_url' => 'Adresse externe d\'un service chronium (exemple: https://example.org/yeswiki/?PagePrincipale/pdf)',
)
);

0 comments on commit 42c4bb0

Please sign in to comment.