-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
59 lines (42 loc) · 1.23 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== ClioWP Settings Page ===
Contributors: pontikis
Tags: settings, configuration, admin
Requires at least: 5.2
Requires PHP: 5.6.20
Tested up to: 6.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Free WordPress plugin to generate Admin Settings Page.
== Description ==
ClioWP Setting Page is a free WordPress Plugin which creates a sample Settings Page.
This “test” page contains almost any type of field so that it can be used like a “code Generator“.
Links
* [Website](https://github.com/pontikis/cliowp-settings-page)
* [Documentation](https://pontikis.net/cliowp-settings-page)
Supported Fields:
* Common input text
* Date input (date picker)
* DateTime input (DateTime picker)
* Password input
* Number input
* Select input
* Checkbox
* Multiselect
* Textarea
* Color input (color picker)
* WYSIWYG editor
Additional Features
* Set a field as required
* Custom sanitization callbacks
* Save the password as a hash
* Pass Custom arguments to the settings field
== Screenshots ==
1. Settings Page with all available fields
== Changelog ==
= 1.0.1 =
* Improve README files
= 1.0.0 =
* First working version
== Upgrade Notice ==
Download the master branch and upload it to WorpPress.