You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,12 @@ The frontend is now available at http://localhost:3000
76
76
77
77
## 🔧 WordPress Info (The Backend)
78
78
79
-
The backend is a vanilla WordPress install, hosted at [WP Engine](https://nextjs.wpengine.com) with the following plugins:
79
+
The backend is a vanilla WordPress install, hosted at [WP Engine](https://nextjs.wpengine.com) with the following plugins which are managed via Composer.
80
80
81
81
**Advanced Custom Fields Pro** - ACF handles custom post meta and [ACF Blocks](https://www.advancedcustomfields.com/resources/blocks/).
82
82
83
+
**Custom Post Type UI** - Register custom post types through the WordPress dashboard.
84
+
83
85
**reSmush.it Image Optimizer** - Keeps image sizes small by optimizing them on upload.
84
86
85
87
**WDS SSO** - Our internal single-sign on service.
@@ -90,6 +92,8 @@ The backend is a vanilla WordPress install, hosted at [WP Engine](https://nextjs
90
92
91
93
**WP GraphQL ACF** - Gives the option to expose ACF fields in GraphQL.
92
94
95
+
**WP GraphQL Custom Post Type UI** - Expose CPTUI data to GraphQL.
96
+
93
97
**WP GraphQL Gutenberg** - Expose Block (Gutenberg) data to GraphQL.
94
98
95
99
**WP GraphQL JWT** - Allows the frontend to talk to the backend via environment variable `.env.local`.
0 commit comments