Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Entity Print module, plus config #77

Merged
merged 2 commits into from
Dec 12, 2023
Merged
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
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"drupal/eck": "^2.0",
"drupal/email_registration": "^2.0@RC",
"drupal/email_tfa": "^1.0",
"drupal/entity_print": "^2.13",
"drupal/entityqueue": "^1.2",
"drupal/environment_indicator": "^4.0",
"drupal/eva": "^3.0",
Expand Down Expand Up @@ -148,8 +149,9 @@
"drupal/views_send": "^1.6",
"drupal/views_year_filter": "^2.1",
"drupal/votingapi": "^3.0@beta",
"drupal/webform": "^6.2@RC",
"drupal/watchdog_prune": "^2.3",
"drupal/webform": "^6.2@RC",
"drupal/webform_analysis": "^1.0@beta",
"drupal/webform_migrate": "^1.2",
"drupal/webform_views": "^5.0",
"drupal/webform_views_extras": "^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.

10 changes: 10 additions & 0 deletions config/sync/core.entity_view_mode.node.pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 9e40e5a8-e7d3-4d60-8971-ebd50ce805c1
langcode: en
status: true
dependencies:
module:
- node
id: node.pdf
label: PDF
targetEntityType: node
cache: true
3 changes: 3 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module:
editor: 0
email_registration: 0
email_tfa: 0
entity_print: 0
entity_reference_revisions: 0
entityqueue: 0
environment_indicator: 0
Expand Down Expand Up @@ -233,6 +234,8 @@ module:
watchdog_prune: 0
webform: 0
webform_access: 0
webform_analysis: 0
webform_entity_print: 0
webform_migrate: 0
webform_node: 0
webform_submission_export_import: 0
Expand Down
7 changes: 7 additions & 0 deletions config/sync/entity_print.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_core:
default_config_hash: VS0w6OFE7I6ZvvK9v5K6hDdHwIuFoh-Kq9f0z7Ca05U
default_css: true
force_download: true
base_url: ''
print_engines:
pdf_engine: dompdf
Loading
Loading