-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
51 lines (34 loc) · 1.94 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
=== Gridify ===
Contributors: ElPuas Digital Crafts
Tags: block
Requires at least: 5.9
Tested up to: 6.1.1
Stable tag: 2.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
A block that allows you to set a CSS Grid layout and arrange child blocks within it. This block allows you to easily create a CSS grid layout within your WordPress posts and pages. You can control the number of columns and rows, as well as the gap between grid items. You can also set responsive breakpoints to adjust the number of columns displayed on different screen sizes.
*NOTE*: Gridify items will always start at column and row 1. To see your grid layout in a more structured way, use the Document overview / List view option in the editor.
== Installation ==
1. Download the plugin zip file or install the plugin through the WordPress plugins screen directly.
2. Go to the WordPress dashboard and navigate to Plugins > Add New.
3. Click the "Upload Plugin" button and select the zip file you just downloaded.
4. Click the "Install Now" button and activate the plugin.
5. The block will now be available in the editor under the "Layout" category.
== Screenshots ==
1. To find the block in the block library, type "layout" in the search bar.
2. Use the Gridify Item settings to arrange your blocks in a grid.
3. Use the Gridify block settings to easily build grids.
4. Click the Show Grid Layout toggle to review your Grid.
5. Use the Gridify Block settings to move items across the grid.
6. Use the Gridify Block settings to freely arrange items inside the block and display them seamlessly on the frontend.
== Changelog ==
= 2.0.0 =
* Add a Toggle Control to show your grid layout.
* Change from inline styles to set the columns and rows, to use only CSS Variables.
= 1.0.2 =
* Update Tested Up WordPress version to Latest.
= 1.0.1 =
* Update Readme files and Description.
= 1.0.0 =
* Release