[ 'name' => tra('Mobile access'), 'description' => tra('Allow automatic switching of the perspective according to the mobile_perspectives preference (behavior since Tiki 14).'), 'help' => 'Mobile', 'warning' => tra('This feature will be removed after Tiki18 and before Tiki19 (It is no longer under development following the integration of the Bootstrap CSS framework)'), 'type' => 'flag', 'tags' => ['deprecated'], 'dependencies' => [ 'feature_perspective', ], 'default' => 'n', ], 'mobile_perspectives' => [ 'name' => tra('Mobile Perspectives'), 'help' => 'Mobile', 'type' => 'text', 'separator' => ',', 'filter' => 'int', 'tags' => ['experimental'], 'dependencies' => [ 'mobile_feature', ], 'default' => [], 'profile_reference' => 'perspective', ], ]; }