diff options
| author | Henry Jameson <me@hjkos.com> | 2021-08-15 21:04:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-08-15 21:04:49 +0300 |
| commit | 0507eb6550830f7b76910d51200675de0aa9b1de (patch) | |
| tree | 856b2507598d884229f5d2461a0e190f830788d4 /src/components/gallery/gallery.js | |
| parent | 830a03a0d13738ed1677d364fdf03821fbc507ab (diff) | |
ability to move attachments around when making a new post
Diffstat (limited to 'src/components/gallery/gallery.js')
| -rw-r--r-- | src/components/gallery/gallery.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/gallery/gallery.js b/src/components/gallery/gallery.js index 15436d61..094b3e57 100644 --- a/src/components/gallery/gallery.js +++ b/src/components/gallery/gallery.js @@ -12,6 +12,8 @@ const Gallery = { 'size', 'editable', 'removeAttachment', + 'shiftUpAttachment', + 'shiftDnAttachment', 'editAttachment', 'grid' ], |
