Mô tả
In conjunction with the Faust.js™ NPM packages, the Faust.js™ WordPress plugin enables a decoupled front-end to authenticate with WordPress through GraphQL mutations and REST API endpoints. It is the bridge between a Faust.js™ powered front-end application, and a WordPress backend.
The plugin also provides useful options for headless sites, such as the ability to:
- Hide “theme” admin pages.
- Redirect public route requests to the front-end application.
- Rewrite WordPress URLs to front-end URLs in queried content.
Ảnh màn hình
Cài đặt
- Search for the plugin in WordPress under “Plugins -> Add New”.
- Click the “Install Now” button, followed by “Activate”.
That’s it! For more information on getting started with headless WordPress, see Getting Started with Faust.js.
Hỏi đáp
-
If I need more support, where should I ask questions?
-
Use one of the channels below to contact the Faust.js team for support.
GitHub – Faust.js GitHub documentation and codebase.
Discord – Interactive chat support on Discord. -
Where can I find more information about development and future features for this plugin?
-
Great question! The development team posts weekly summaries of sprints related to Faust.js, here.
-
Why the name “Faust.js”?
-
Johann Faust was a German printer and was instrumental in the invention of the printing press, along with his partner Johann Gutenberg. In the same way the printing press democratized the spread of information, the mission of Faust.js is to support and further the vision of WordPress to democratize publishing on the web.
Đánh giá
Người đóng góp & Lập trình viên
“Faust.js” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Faust.js” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.8.7
Patch Changes
- 2eeb366: The default plugin setting for “Disable WordPress Theme Admin Pages” is now unchecked, requiring a user to opt-in after initial activation.
0.8.6
Patch Changes
- 02f7f78: Registered a new GraphQL field,
globalStylesheet
, that returns wp_get_global_stylesheet and provides the same arguments as the core WordPress function.
0.8.5
Patch Changes
- eaa5e48: Added the
shouldShowFaustToolbar
field on theviewer
WPGraphQL type to determine if the Faust toolbar should be shown based on user preferences.