=== Easy Admin Page Master  ===
Contributors: aistechnolabspvtltd
Donate link: 
Tags: Easy amdmin page display
Requires at least: 6.0
Tested up to: 6.0
Stable tag: 1.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Easy Admin Page Master plugin will display various field in admin page. you can create various fields in admin page.

where you can see two options:

1. eapm All Fields
2. eapm Page with Tabs

== Avaliable Field Types ==

- 'text' (text-based inputs: text, email, url, ...)
- 'select'
- 'checkbox' (single checkbox)
- 'checkbox_multi' (multiple checkboxes)
- 'radio'
- 'hidden' (for **input[type="hidden"]**)
- 'code' (code editor)
- 'html' (useful to create your own field template)
- 'color' (color picker)
- 'content' (default WordPress TinyMCE editor)

== Documentation ==

- [Getting started](docs/eapm-getting-started.md)
- [Field Types](docs/eapm-field-types.md)


== Installation ==

1. Upload `easy-wordpress-admin-master` folder to your `/wp-content/plugins/` directory.
2. Activate the plugin from Admin > Plugins menu.


== Changelog ==

= 1.0 =
 - Initial Release
 
== Upgrade Notice ==

Make sure you get the latest version.

== Screenshots ==

1. Easy Admin Page Master all fields
2. Easy Admin Page Master select field
3. Easy Admin Page Master multiple checkboxes field
4. Easy Admin Page Master checkbox field
5. Easy Admin Page Master radio field
6. Easy Admin Page Master HTMl field
7. Easy Admin Page Master code field
8. Easy Admin Page Master content picker
9. Easy Admin Page Master color picker
10. Easy Admin Page Master imgae field
11. Easy Admin Page Master text field
12. Easy Admin Page Master page with tabs