diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-11-30 15:40:17 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-01-19 16:24:26 +0100 |
commit | ffba6d0a7e1988bed1c0f0dfa2334092a65c568d (patch) | |
tree | 02e0daa2bf915983f6ec40f574b0ca8640c205d1 /core/js/core.json | |
parent | 8d41cbb97a7a1fa750db520dc8879da4402f31e3 (diff) | |
download | nextcloud-server-ffba6d0a7e1988bed1c0f0dfa2334092a65c568d.tar.gz nextcloud-server-ffba6d0a7e1988bed1c0f0dfa2334092a65c568d.zip |
Added system tags GUI in sidebar
Added files details sidebar panel to assign/unassign/rename/delete
system tags.
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index 43cb1b472f5..93c64afea98 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -44,6 +44,10 @@ "mimetype.js", "mimetypelist.js", "files/fileinfo.js", - "files/client.js" + "files/client.js", + "systemtags/systemtagmodel.js", + "systemtags/systemtagscollection.js", + "systemtags/systemtagsmappingcollection.js", + "systemtags/systemtagsinputfield.js" ] } |