Skip to content

Commit 64cca07

Browse files
add: readme for wordpress
1 parent 273afb6 commit 64cca07

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

readme.txt

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
=== Comblock HTML ===
2+
Contributors: rosdeveloper
3+
Tags: HTML builder, HTML UI, HTML user interface, SSR, Server Side Rendering
4+
Requires at least: 6.0
5+
Tested up to: 6.5
6+
Requires PHP: 7.4
7+
Stable tag: 1.0.0
8+
License: GPLv2 or later
9+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
10+
11+
WordPress plugin that provides a service class to generate html user interface and form.
12+
13+
== Description ==
14+
15+
Use the html builder to create page templates in your theme or implement admin pages in your plugins.
16+
17+
Internally it uses the DOMDocument class to generate the HTML code, improving the validation of the tags to be generated
18+
19+
== Installation ==
20+
21+
This section describes how to install the plugin and get it working.
22+
23+
e.g.
24+
25+
1. Upload `comblock-html` folder to the `/wp-content/plugins/` directory
26+
1. Activate the plugin through the 'Plugins' menu in WordPress
27+
28+
== Frequently Asked Questions ==
29+
30+
= How to use? =
31+
32+
See my guide on github https://github.com/rosario-fiorella/wordpress-comblock-html/
33+
34+
== Changelog ==
35+
36+
= 1.0.0 =
37+
First stable release

0 commit comments

Comments
 (0)