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

Create Options Page #10

Open gregrickaby opened 3 years ago

gregrickaby commented 3 years ago

I don't want to depend on ACF Pro to handle the options page.

User Stories

Requirements

query AdditionalSettings {
  headlessConfig {
    additionalSettings {
      error404Page {
        ... on Page {
          slug
        }
      }
    }
  }
}
tommcfarlin commented 3 years ago

This issue will be split into three features branches:

  1. The options page to read values from wp-config.php and populate the options page or read form values and save them.
  2. Introduce GraphQL support.
  3. Replace all ACF-required support so that this options page will be the only feature needed.