DOCS: Document the fluentform/pdf_public_download_ttl filter - #21
Open
HrDelwar wants to merge 1 commit into
Open
DOCS: Document the fluentform/pdf_public_download_ttl filter#21HrDelwar wants to merge 1 commit into
HrDelwar wants to merge 1 commit into
Conversation
Adds the fluentform/pdf_public_download_ttl filter to the PDF filters page (now 7), the opt-in TTL for public PDF download links from the FF-SEC-54 fix. Value is in seconds; 0 (default) disables expiry so links already in inboxes keep working.
Deploying fluentform-developers with
|
| Latest commit: |
32e5739
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5c6b2574.fluentform-developers.pages.dev |
| Branch Preview URL: | https://docs-pdf-public-download-ttl.fluentform-developers.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
fluentform/pdf_public_download_ttlfilter added in the FF-SEC-54 fix (fluentforms-pdf). Appended to the existing PDF Filters page (6 -> 7), and added the PDF row to the filters index.Changes
src/hooks/filters/pdf.md— new<explain-block>forfluentform/pdf_public_download_ttl(params, usage, reference, source location); badge count 6 -> 7. The existing 6 filters are unchanged.src/hooks/filters/index.md— adds the PDF row.Notes for the reviewer
0= disabled, default). The usage example uses30 * DAY_IN_SECONDSto make the unit unambiguous.