-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
73 lines (52 loc) · 3.19 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
=== Super List Block ===
Contributors: aurooba, cr0ybot
Tags: block, list, nesting, repeater, superlist
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 7.0
Stable tag: 0.1.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: /~https://github.com/sponsors/aurooba
Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!
== Description ==
A handy little block that can be used in a variety of ways. Use it to nest other blocks inside list items, to create simple grid layouts ( like a properly responsive pricing table, or a wrapping icon list), or however you please.
This block is very light on styles (and avoids unnecessary div soup!). It aims to provide you with as much flexibility as possible, so you can harness it to create the content structure and layout you like.
If you enjoy the block, please leave a review! ⭐
If you have a feature request, please create an issue in the [GitHub repository](/~https://github.com/createwithrani/superlist). ➕
If you need support, please use the support forum to reach out. 🆘
=== Key Features ===
### A video tutorial to guide you through the features
https://youtu.be/wqzw-XrwuQE
* Nest blocks inside ordered and unordered lists.
* Nest blocks inside lists without any markers.
* Let's you create single column content or grid like content with the horizontal orientation setting.
* Supports native color, padding, and margin settings. 🎉
* Has a handy `add` button in the toolbar of list items to easily add more items while you're in the flow.
* Exposes the inner inserter with a clear text label for easy insertion.
* Built entirely native WordPress Block Editor components
* There is a pro version coming with even more features!
=== Stay Connected ===
* [Follow @aurooba on Twitter](https://twitter.com/aurooba)
* [View this plugin on GitHub](/~https://github.com/createwithrani/superlist)
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/` directory, install the plugin through the WordPress plugins screen directly, or search for `Super List Block` in the Block Library.
2. Activate the plugin through the 'Plugins' screen in WordPress if installed manually or through the WordPress plugins screen.
3. Use the `Super List` block in the Block Editor
== Screenshots ==
1. Super List is a flexible list block that lets you nest blocks inside each list item!
2. Nesting blocks is easy and works just like it does in group, column, or cover blocks.
3. You can easily re-order list items and even add more list items wherever you need from the list item toolbar.
== Changelog ==
= 0.1.1 =
* Fix registration bug that was causing the block to not install correctly
* Clarify Panel and List Item Max Width labels
* Allow indentation for super lists nested inside a list item
* Add typography support to both blocks
* Add transform from core/list block (by @cr0ybot)
* Add fix to ensure Super List is installable from the Block Library search
* Update language .pot file
* Add Anchor Block Support and Vertical Alignment capability
* Add theme.json support
= 0.1.0 =
* Release