Skip to content

Commit d1f46ab

Browse files
committed
Document 'divided' option
1 parent ba9d2fe commit d1f46ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Installation
6060
'url': reverse('convert_stuff', args=[obj.id]),
6161
'tooltip': 'Convert stuff',
6262
}, {
63+
'divided': True,
6364
'label': 'Cancel',
6465
'action': 'mark_cancelled',
6566
},
@@ -74,6 +75,8 @@ The final one defines 'action' instead of 'url'. This should be the name of a ca
7475

7576
You can add mouseover tooltips to each individual actions with the 'tooltip' dictionary key, and enable/disable individual actions for each individual object with the 'enabled'.
7677

78+
Special option 'divided' can be passed to any item to display horizontal rule above it.
79+
7780

7881
Credits
7982
=======

0 commit comments

Comments
 (0)