faustjs
faustjs copied to clipboard
Faust.js™ - The Headless WordPress Framework
It’s possible under certain conditions for FaustWP to rewrite image URLs in post_content to be relative URLs instead of absolute URLs. When these are URLs to images stored in WP,...
### Summary I'm proposing an enhancement to Faust.js' `getSitemapProps` function to automatically determine the frontend URL, aiming to improve the developer experience. This change would eliminate the need for developers...
We have recently done some research into seeing how we can support the Next.js App Router in `@faust/blocks` package and for Gutenberg. # Problem Statement Next.js recently introduced a new...
Thank you for creating a great project, but I have this problem, I hope you can help. When I create a dynamic page outside of wp-templates, when I redirect through...
Hi, currently i'm trying to implement the preview feature with Wordpress Faustjs and Nextjs using this document as reference https://faustjs.org/guide/how-to-setup-post-and-page-previews. It worked on localhost and other hosting platform (Vercel, Atlas)...
Hey! I'm currently in the process of migrating a Next.js v12 application to v13, which is using the "@wpengine/headless" package at version 0.6.3. I understand that this version is deprecated,...
You might consider expanding the example of [template registration](https://faustjs.org/docs/templates) to include an example of a custom template. Seems like most people have been able to get here on their own,...
When I use the feature in the FaustJS WP Plugin Enable public route redirects I dont get the correct redirection. My home_url is -> https://cms/wp My NextJS route is ->...
[Currently](https://github.com/wpengine/faustjs/blob/200bdb8abe7930a17b05e99dea8699df006026c3/packages/faustwp-cli/src/generateGlobalStylesheet.ts#L43), `faust generateGlobalStylesheet` saves the generated `globalStylesheet.css` in the same root folder as `package.json`. It would be really nice to be able to set the location and filename for where...
This link says https://github.com/wpengine/faustjs/issues/1522 ``` Note: The array type won't be supported initially. ``` What is the current status of this? Thanks