snappymail/snappymail/v/0.0.0/app/libraries/RainLoop/Enumerations/Layout.php
djmaze 3c598ef000 Rename NO_PREVIW to NO_PREVIEW
and cleanup Actions.php AppData()
2020-12-02 14:57:27 +01:00

10 lines
133 B
PHP

<?php
namespace RainLoop\Enumerations;
class Layout
{
const NO_PREVIEW = 0;
const SIDE_PREVIEW = 1;
const BOTTOM_PREVIEW = 2;
}