[ 'name' => tra('Edit idle timeout'), 'description' => tra('Select the amount of time (in minutes) after which a user\'s edit session will expire. If the user does not save or preview their work, it will be lost. Tiki will display a "countdown time" in the user\'s browser and display an alert when only a minute remains.'), 'units' => tra('minutes'), 'type' => 'list', 'options' => [ '1' => '1', '2' => '2', '5' => '5', '10' => '10', '15' => '15', '30' => '30', ], 'default' => 2, ], ]; }