diff --git a/app/Filament/Resources/Publication/News/Schemas/NewsForm.php b/app/Filament/Resources/Publication/News/Schemas/NewsForm.php index 7aaf1ef..f2425f7 100644 --- a/app/Filament/Resources/Publication/News/Schemas/NewsForm.php +++ b/app/Filament/Resources/Publication/News/Schemas/NewsForm.php @@ -25,6 +25,8 @@ public static function configure(Schema $schema): Schema Hidden::make('author_id') ->default(auth()->id()), + Hidden::make('published_at'), + Section::make(CheerfulNotification::getByKey('news.content.title')) ->description(CheerfulNotification::getByKey('news.content.desc')) ->icon(CheerfulNotification::getNotifStyle() === NotifStyle::CHEERFUL ? 'heroicon-o-pencil-square' : null)