aboutsummaryrefslogtreecommitdiff
path: root/src/components/gallery/gallery.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-08-15 21:04:49 +0300
committerHenry Jameson <me@hjkos.com>2021-08-15 21:04:49 +0300
commit0507eb6550830f7b76910d51200675de0aa9b1de (patch)
tree856b2507598d884229f5d2461a0e190f830788d4 /src/components/gallery/gallery.js
parent830a03a0d13738ed1677d364fdf03821fbc507ab (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.js2
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'
],