Skip to content

Commit 31251ac

Browse files
committed
show parameters as code block
1 parent 520cf4b commit 31251ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ $(function () {
5454
- `animate` - turns animation on (default: `false`)
5555
- `auto` - if `false` it tells to do not initialize existing items (default: `true`)
5656
- `cell_height` - one cell height (default: `60`)
57-
- `handle` - draggable handle selector (default: '.grid-stack-item-content')
57+
- `handle` - draggable handle selector (default: `'.grid-stack-item-content'`)
5858
- `height` - maximum rows amount. Default is `0` which means no maximum rows
5959
- `float` - enable floating widgets (default: `false`)
60-
- `item_class` - widget class (default: 'grid-stack-item')
60+
- `item_class` - widget class (default: `'grid-stack-item'`)
6161
- `min_width` - minimal width. If window width is less grid will be shown in one-column mode (default: `768`)
62-
- `placeholder_class` - class for placeholder (default: 'grid-stack-placeholder')
62+
- `placeholder_class` - class for placeholder (default: `'grid-stack-placeholder'`)
6363
- `vertical_margin` - vertical gap size (default: `20`)
6464
- `width` - amount of columns (default: `12`)
6565

0 commit comments

Comments
 (0)