diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-12 20:52:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-12 20:52:55 +0200 |
commit | 57e3ee47ee02002239bab1cde5b68f741e6f0c08 (patch) | |
tree | a4c0642f12e74ed7ef44c1f04235eaed413d503a /app | |
parent | 184928204a264b231814b46ef294ef185dc0cdae (diff) | |
download | volse-hubzilla-57e3ee47ee02002239bab1cde5b68f741e6f0c08.tar.gz volse-hubzilla-57e3ee47ee02002239bab1cde5b68f741e6f0c08.tar.bz2 volse-hubzilla-57e3ee47ee02002239bab1cde5b68f741e6f0c08.zip |
more feature to app transition
Diffstat (limited to 'app')
-rw-r--r-- | app/articles.apd | 4 | ||||
-rw-r--r-- | app/webpages.apd | 4 | ||||
-rw-r--r-- | app/wiki.apd | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app/articles.apd b/app/articles.apd index 5a9f17e0f..00b3c4a3c 100644 --- a/app/articles.apd +++ b/app/articles.apd @@ -1,6 +1,6 @@ -version: 1.2 +version: 1.3 url: $baseurl/articles/$nick name: Articles -requires: local_channel, articles +requires: local_channel photo: icon:file-text-o categories: nav_featured_app, Productivity diff --git a/app/webpages.apd b/app/webpages.apd index 46c6cdb5d..e98cc0794 100644 --- a/app/webpages.apd +++ b/app/webpages.apd @@ -1,6 +1,6 @@ -version: 1 +version: 1.1 url: $baseurl/webpages/$nick -requires: local_channel, webpages +requires: local_channel name: Webpages photo: icon:newspaper-o categories: nav_featured_app, Productivity diff --git a/app/wiki.apd b/app/wiki.apd index 48fcbe0c1..56edfde20 100644 --- a/app/wiki.apd +++ b/app/wiki.apd @@ -1,6 +1,6 @@ -version: 1 +version: 1.1 url: $baseurl/wiki/$nick -requires: local_channel, wiki +requires: local_channel name: Wiki photo: icon:pencil-square-o categories: nav_featured_app, Productivity |