Framework In development
Socket offers a simple and extensible drag and drop interface to define your theme or plugin options. Based on the REST API, Socket is easily extensible and already support a wide range fields as: select, input or autocomplete., (*1)
Easily built your Plugin Options page, place the exported files inside your plugin folder and that’s it — all your options ready to be used., (*2)
Wishful thinking
At the version one this repository will stand as a WordPress framework for plugins options. Pretty much something like Options Framework or Redux, Option tree or whatever is out there in the world., (*3)
But the road is long., (*4)
Why in the hell another options framework??
Because I can!, (*5)
And mainly because I'm thinking to use:
* React and React Semantic-UI
* The new WordPress REST API to handle the data, (*6)
Isn't this the next Big thing in web apps and WordPress dashboard? A headless dashboard? Don't believe me? Ask Matt!, (*7)
Install and develop
Well, simply npm install
and you are ready to run, (*8)
gulp styles
– to build styles, (*9)
gulp compile
– to build from react to ES5, (*10)
gulp watch
- if you don't want to bother too much with the terminal, (*11)
For the moment this is just an example plugin, the config is editable (or filtrable) and any idea is welcomed, (*12)