first
This commit is contained in:
25
app/Settings/HomeSettings.php
Normal file
25
app/Settings/HomeSettings.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace App\Settings;
|
||||
|
||||
use Spatie\LaravelSettings\Settings;
|
||||
|
||||
class HomeSettings extends Settings
|
||||
{
|
||||
public string $bg_video;
|
||||
|
||||
public string $hero_badge_text;
|
||||
|
||||
public string $hero_header;
|
||||
|
||||
public string $hero_sub_header;
|
||||
|
||||
public string $hero_link_button_url;
|
||||
|
||||
public string $hero_link_button_text;
|
||||
|
||||
public static function group(): string
|
||||
{
|
||||
return 'cms_homepage';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user