MJJ FAQ Dependent
a small WordPress plugin which makes faqs using the WP API and React
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tharsheblows/mjj-faq/archive/refs/heads/dependent.zipReadme
A NOTE ABOUT THIS BRANCH
This branch works with mjj-react-scripts -- it doesn't require the individual packages itself but picks them up from that plugin. It's mainly a proof of concept at the moment because I'm not confident it will work correctly yet.
The description
This is a WordPress plugin which makes a simple little faq. Or simple little faqs if you make more than one.
It makes a custom post type, mjj_faq, which appears as "FAQs" in the menu. You can use Markdown in the "answer" box for each entry. But no html tags. Those will be stripped out.
Then take the quiz!
requirements
- CMB2 plugin from WebDevStudios to make metaboxes
- I am not sure which version of WP is supported, but it was developed on a 4.4 beta.
- The WP REST API plugin.
- mjj-react-scripts
caveats and disclaimers
This is a work in progress and mainly a shell for something later. It's untested and I'm sure will change once I do that! Use at your own peril.