Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit f38d50a

Browse files
committed
bump
1 parent afb3fbe commit f38d50a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ The frontend is now available at http://localhost:3000
7676

7777
## 🔧 WordPress Info (The Backend)
7878

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.
8080

8181
**Advanced Custom Fields Pro** - ACF handles custom post meta and [ACF Blocks](https://www.advancedcustomfields.com/resources/blocks/).
8282

83+
**Custom Post Type UI** - Register custom post types through the WordPress dashboard.
84+
8385
**reSmush.it Image Optimizer** - Keeps image sizes small by optimizing them on upload.
8486

8587
**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
9092

9193
**WP GraphQL ACF** - Gives the option to expose ACF fields in GraphQL.
9294

95+
**WP GraphQL Custom Post Type UI** - Expose CPTUI data to GraphQL.
96+
9397
**WP GraphQL Gutenberg** - Expose Block (Gutenberg) data to GraphQL.
9498

9599
**WP GraphQL JWT** - Allows the frontend to talk to the backend via environment variable `.env.local`.

0 commit comments

Comments
 (0)