MPAT New Page Wizard
plugin to add a new page wizard to the MPAT system
by Jean-Philippe Ruijs · github.com/mpat-eu/mpat-newpagewizard · website
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/mpat-eu/mpat-newpagewizard/archive/refs/heads/master.zipReadme
MPAT NewPage Wizard
Step by step creating MPAT pages.
This project is also an example how to create a WordPress plugin for MPAT.
Getting Started
Prerequisites
This plugins depends of the MPAT-Core plugin.
It uses the REST API v2 which is built-in since WordPress 4.7.
Installing
Using composer
"repositories" : [
...
{
"type" : "vcs",
"url" : "git@github.com:MPAT-eu/mpat-newpagewizard.git"
},
...
],
"require" : {
...
"mpat/mpat-newpagewizard": "dev-master",
...
},
Using git
cd [wordpress]/plugins/
git clone https://github.com/MPAT-eu/mpat-newpagewizard.git
Usage
This plugin adds by default at the top of the page overview a new button next to Add New to named Wizard.
In General Settings you can choose to replace instead of adding.

This is does the same as the following:
To replace the 'add new' button with the 'wizard':
update_option('mpatNewPageWizard', 'on'));
Deployment
Add additional notes about how to deploy this on a live system
Built With
- node - NodeJS 12
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Jean-Philippe Ruijs - Initial work - jeanphilipperuijs
See also the list of contributors who participated in this project.
License
This project is open source - see the LICENSE.md file for details