Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-97: Remove dependency on Fieldmanager and manually create admin pages #121

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

nikkifurls
Copy link
Contributor

Summary

This PR aims to address the issue outlined in #97, which involves removing the dependency on Fieldmanager for generating admin settings pages within WP Newsletter Builder and manually creating these settings pages instead. This change is intended to simplify the installation process for developers by eliminating the need for an additional plugin. Fixes #97

Changes

  • Remove Fieldmanager dependency for admin settings page creation.
  • Manually create the admin settings pages within WP Newsletter Builder.

Additional Information

During this process, consideration was given to utilizing Gutenberg for the admin edit page, as mentioned in the issue's description and supported by examples and suggestions in the issue's comments. Specifically, the use of the useOption hook from alleyinteractive/alley-scripts was proposed, along with the potential development of additional hooks or helpers for managing settings pages with Gutenberg.

Test Instructions

  1. Ensure WP Newsletter Builder is installed without Fieldmanager.
  2. Navigate to the admin settings pages for WP Newsletter Builder.
  3. Verify that all settings pages are accessible and function as expected without the Fieldmanager plugin.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on Fieldmanager and manually create admin pages
1 participant