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/Editlayout.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/Editlayout.php')
-rw-r--r-- | Zotlabs/Module/Editlayout.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Module/Editlayout.php b/Zotlabs/Module/Editlayout.php index 2d20de52d..c5b50235a 100644 --- a/Zotlabs/Module/Editlayout.php +++ b/Zotlabs/Module/Editlayout.php @@ -114,6 +114,9 @@ class Editlayout extends \Zotlabs\Web\Controller { 'hide_voting' => true, 'hide_future' => true, 'hide_expire' => true, + 'hide_location' => true, + 'hide_weblink' => true, + 'hide_attach' => true, 'hide_preview' => true, 'ptyp' => $itm[0]['obj_type'], 'body' => undo_post_tagging($itm[0]['body']), |