diff options
author | git-marijus <mario@mariovavti.com> | 2017-06-22 20:47:21 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-06-22 20:47:21 +0200 |
commit | 0e100a864bdb920a5268a44fc4f3c92834e172c8 (patch) | |
tree | a848b878cba151fd9869363bfd7f34ca3648a19e /app | |
parent | dc14f8bf2c233dd4d3fb7b1144762306382793af (diff) | |
download | volse-hubzilla-0e100a864bdb920a5268a44fc4f3c92834e172c8.tar.gz volse-hubzilla-0e100a864bdb920a5268a44fc4f3c92834e172c8.tar.bz2 volse-hubzilla-0e100a864bdb920a5268a44fc4f3c92834e172c8.zip |
add files and photos to featured apps by default
Diffstat (limited to 'app')
-rw-r--r-- | app/photos.apd | 2 | ||||
-rw-r--r-- | app/storage.apd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/photos.apd b/app/photos.apd index 7a7a4b7b6..048e623bb 100644 --- a/app/photos.apd +++ b/app/photos.apd @@ -3,4 +3,4 @@ url: $baseurl/photos/$nick requires: local_channel name: Photos photo: icon:photo -categories: Multimedia +categories: nav_featured_app, Multimedia diff --git a/app/storage.apd b/app/storage.apd index 7dcbcc089..cafcf81e8 100644 --- a/app/storage.apd +++ b/app/storage.apd @@ -3,4 +3,4 @@ url: $baseurl/cloud/$nick requires: local_channel name: Files photo: icon:folder-open -categories: Productivity +categories: nav_featured_app, Productivity |