-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Needs DecisionNeeds a decision to be actionable or relevantNeeds a decision to be actionable or relevantNeeds Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] FileAffects the File BlockAffects the File Block[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
Originally reported on a Fixing WordPress forum topic and Trac #54062
By default, the new embeddable PDF option (PR #30857) is toggled on, so people who do not want to embed their PDFs need to uncheck the toggle every time.
Fixing this may be as simple as switching the displayPreview
from true to false:
displayPreview: isPdf ? true : undefined, |
schuhwerk, tillmariajuergens, daltonrooney, saulirajala, seeker5084 and 19 more
Metadata
Metadata
Assignees
Labels
Needs DecisionNeeds a decision to be actionable or relevantNeeds a decision to be actionable or relevantNeeds Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] FileAffects the File BlockAffects the File Block[Type] EnhancementA suggestion for improvement.A suggestion for improvement.