wp-optionskit icon indicating copy to clipboard operation
wp-optionskit copied to clipboard

A toolkit for developers to create administration options panels for WordPress powered by VueJS

Results 9 wp-optionskit issues
Sort by recently updated
recently updated
newest added

Currently we can add a submenu option page. ## Desired Outcome I'm trying to add the plugin page with no parent. I tried with the settings but realized the Class...

Thanks for making wp-optionskit! It has saved me a lot of work and makes my WordPress plugin settings page look very professional. I'm not able to build wp-optionskit on an...

I couldn't find a way to setup options value / label of select field.

With `multicheckbox` i get the following console error when checking items, clicking save sends an empty selection: ``` TypeError: this.checkedItems.push is not a function at a.onChange (multicheckbox.vue:39:1) at qt (vue.esm.js:1872:1)...

I'm struggling to find a way to access the options or dig through the source to find out how the options are named.

Is there a demo available/provided on Github showing its full potential of wp-optionskit like sections and subsections in action?

I've built an options page with multiple settings tabs and on one of the tabs have a file upload field. I want to update tabs subsections based on the uploaded...