update deploy
This commit is contained in:
15
app/Enums/SettingType.php
Normal file
15
app/Enums/SettingType.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum SettingType: string
|
||||
{
|
||||
case Text = 'text';
|
||||
case Textarea = 'textarea';
|
||||
case Image = 'image';
|
||||
case Boolean = 'boolean';
|
||||
case Json = 'json';
|
||||
case Richtext = 'richtext';
|
||||
case Url = 'url';
|
||||
case Color = 'color';
|
||||
}
|
||||
Reference in New Issue
Block a user