Add ability to use a link instead of a page #750
This commit is contained in:
@@ -6,6 +6,11 @@ use App\Contracts\Enum;
|
||||
|
||||
class PageType extends Enum
|
||||
{
|
||||
public const HTML = 0;
|
||||
public const MARKDOWN = 1;
|
||||
public const PAGE = 0;
|
||||
public const LINK = 1;
|
||||
|
||||
public static $labels = [
|
||||
self::PAGE => 'Page',
|
||||
self::LINK => 'Link',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user