Giter VIP home page Giter VIP logo

mpat-newpage-wizard's Introduction

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" : "[email protected]:jeanphilipperuijs/mpat-newpage-wizard.git"
        },
        ...
    ],
    "require" : {
        ...
        "mpat/mpat-newpage-wizard": "dev-master",
        ...
    },

Using git

cd [wordpress]/plugins/

git clone https://github.com/jeanphilipperuijs/mpat-newpage-wizard.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. wizard configuration

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is open source - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

The following error message will appear when starting the wizard if the plugin is missing:

Missing the custom REST for Page Layouts http://[your-host]/wp-json/mpat/v1/layout. Have you installed "mpat-core-plugin" ?

mpat-newpage-wizard's People

Contributors

jeanphilipperuijs avatar 3tron avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.