Page MenuHomeIn-Portal Phabricator

custom
No OneTemporary

File Metadata

Created
Sat, Sep 20, 3:22 PM
Index: branches/1.0.x/custom/units/site_configs/settings.php
===================================================================
--- branches/1.0.x/custom/units/site_configs/settings.php (nonexistent)
+++ branches/1.0.x/custom/units/site_configs/settings.php (revision 12245)
@@ -0,0 +1,8 @@
+<?php
+
+ $visible_editing_modes = Array (
+ 1, // Browse Mode
+ 4, // Content Mode
+ 2, // Layout Mode
+ 3, // Design Mode
+ );
\ No newline at end of file

Event Timeline