wpengine / faustjs

Faust.js™ - The Headless WordPress Framework

Home Page:https://faustjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable "Use the WordPress domain for media URLs in post content" by default

mindctrl opened this issue · comments

Description

By default, Faust does not enable the "Use the WordPress domain for media URLs in post content" setting. For most use cases, this causes images in post content to be broken on the front end, until the setting is enabled.

Since we seek to have a good default experience, we want to enable this setting by default so that media loads from the WP site by default.

Consideration should be given to how we achieve this without it causing the setting to enabled on existing sites where the admin may have disabled it on purpose.

Completed with #1879