WebDevStudios / wds-headless-wordpress

This codebase has been moved to a monorepo. Please see the documentation to learn more. 🍻
https://github.com/WebDevStudios/nextjs-wordpress-starter
GNU General Public License v2.0
32 stars 15 forks source link

Sync with composer.json #32

Closed donmhico closed 3 years ago

donmhico commented 3 years ago

Closes #31

Description

This PR sync composer-public.json with composer.json except for the premium plugins. NextJS runs properly using this composer in the backend.

Screenshots

Front end (NextJS) 3

Plugins installed (Backend) 1

Steps To Verify Feature

How will your Lead Engineer and/or stakeholder test this?

  1. Pull the PR branch.
  2. Install composer dependencies using composer self-update --1 && COMPOSER=composer-public.json composer install
  3. Activate the plugins.
  4. Run the NextJS and verify that the frontend site works.

Notes

Dashboard -> Headless Config -> Options page is only available if ACF pro is activated. We might want to either

  1. Update the instructions regarding this step.
  2. Make Headless Config -> Options page independent of ACF Pro.