Skip to content

Do not embed PDF automatically in file block #34825

@sabernhardt

Description

@sabernhardt

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.

Show inline embed option is checked by default

Fixing this may be as simple as switching the displayPreview from true to false:

displayPreview: isPdf ? true : undefined,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions