Skip to content

Commit

Permalink
add deprecation for printArticleAsPdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Sep 24, 2024
1 parent f616a98 commit f93a6ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/reference/hooks/printArticleAsPdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The `printArticleAsPdf` hook is triggered when an article should be exported as
PDF. It passes the article text and the article object as arguments and does not
expect a return value. Use it to override the internal PDF functionality.

{{% notice info %}}
Using the `printArticleAsPdf` hook has been deprecated and will no longer work in Contao 5.0.
{{% /notice %}}


## Parameters

Expand Down

0 comments on commit f93a6ef

Please sign in to comment.