diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-01 15:45:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-01 15:45:42 +0200 |
commit | fa80a5c113582dc757de33199df610e0ef8503aa (patch) | |
tree | 2ed01ec5dbe3386e47312bcfa88dd30ccc4fafc1 /Zotlabs/Module/Layouts.php | |
parent | 84d93cca6e2ac0b552a6f5c570fbcfce766200a1 (diff) | |
download | volse-hubzilla-fa80a5c113582dc757de33199df610e0ef8503aa.tar.gz volse-hubzilla-fa80a5c113582dc757de33199df610e0ef8503aa.tar.bz2 volse-hubzilla-fa80a5c113582dc757de33199df610e0ef8503aa.zip |
make weblink and attach button hideable and some minor fixes
Diffstat (limited to 'Zotlabs/Module/Layouts.php')
-rw-r--r-- | Zotlabs/Module/Layouts.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Zotlabs/Module/Layouts.php b/Zotlabs/Module/Layouts.php index aafe4342e..8a7207fc2 100644 --- a/Zotlabs/Module/Layouts.php +++ b/Zotlabs/Module/Layouts.php @@ -117,11 +117,13 @@ class Layouts extends \Zotlabs\Web\Controller { 'is_owner' => true, 'nickname' => \App::$profile['channel_address'], 'showacl' => false, - 'visitor' => false, 'hide_voting' => true, 'hide_future' => true, 'hide_expire' => true, - 'hide_preview'=> true, + 'hide_location' => true, + 'hide_weblink' => true, + 'hide_attach' => true, + 'hide_preview' => true, 'ptlabel' => t('Layout Name'), 'profile_uid' => intval($owner), 'expanded' => true, |