aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Layouts.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-30 22:21:00 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-30 22:21:00 +0200
commitd43c7603bff9553283b111934b36412bd8721b0e (patch)
treed33952663bb99efb3b480a9f290674a1ae40ac64 /Zotlabs/Module/Layouts.php
parentc96b20c55969f96ba191d40908cf005b7f6a58da (diff)
downloadvolse-hubzilla-d43c7603bff9553283b111934b36412bd8721b0e.tar.gz
volse-hubzilla-d43c7603bff9553283b111934b36412bd8721b0e.tar.bz2
volse-hubzilla-d43c7603bff9553283b111934b36412bd8721b0e.zip
more work on layout editors
Diffstat (limited to 'Zotlabs/Module/Layouts.php')
-rw-r--r--Zotlabs/Module/Layouts.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/Zotlabs/Module/Layouts.php b/Zotlabs/Module/Layouts.php
index 50cb401bc..ce84b6bf1 100644
--- a/Zotlabs/Module/Layouts.php
+++ b/Zotlabs/Module/Layouts.php
@@ -118,10 +118,12 @@ class Layouts extends \Zotlabs\Web\Controller {
'webpage' => ITEM_TYPE_PDL,
'is_owner' => true,
'nickname' => \App::$profile['channel_address'],
- 'bang' => '',
'showacl' => false,
'visitor' => false,
- 'nopreview' => 1,
+ 'hide_voting' => true,
+ 'hide_future' => true,
+ 'hide_expire' => true,
+ 'hide_preview'=> true,
'ptlabel' => t('Layout Name'),
'profile_uid' => intval($owner),
'expanded' => true,