Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"drupal/edw_healthcheck": "^1.20",
"drupal/edwt": "2.1.4",
"drupal/embed_block": "1.x-dev@dev",
"drupal/entity_print": "^2.15",
"drupal/eu_cookie_compliance": "^1.26",
"drupal/extlink": "^2.0",
"drupal/facets": "^2.0",
Expand Down
300 changes: 299 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module:
editor: 0
edw_healthcheck: 0
embed_block: 0
entity_print: 0
entity_reference_revisions: 0
facets: 0
facets_custom_order: 0
Expand Down Expand Up @@ -129,6 +130,7 @@ module:
viewsreference: 0
votingapi: 0
webform: 0
webform_entity_print: 0
webform_ui: 0
extlink: 1
pathauto: 1
Expand Down
18 changes: 18 additions & 0 deletions config/sync/entity_print.print_engine.dompdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
uuid: a8c62ab3-0d1c-4e94-a6cb-38d157ca81ea
langcode: en
status: true
dependencies: { }
id: dompdf
settings:
default_paper_size: letter
default_paper_orientation: portrait
username: ''
password: ''
enable_html5_parser: true
enable_remote: true
font_subsetting: true
embedded_php: false
cafile: ''
verify_peer: true
verify_peer_name: true
disable_log: 0
9 changes: 9 additions & 0 deletions config/sync/entity_print.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_core:
default_config_hash: VS0w6OFE7I6ZvvK9v5K6hDdHwIuFoh-Kq9f0z7Ca05U
default_css: true
force_download: true
print_engines:
pdf_engine: dompdf
epub_engine: ''
word_docx_engine: ''
base_url: ''
Loading