瀏覽代碼

fix profile title textarea

Andrew 1 月之前
父節點
當前提交
fea43b9f1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app/Filament/Resources/ProfilePartResource.php

+ 1
- 1
app/Filament/Resources/ProfilePartResource.php 查看文件

@@ -46,7 +46,7 @@ class ProfilePartResource extends Resource
46 46
             ->schema([
47 47
                 Section::make('')->schema([
48 48
                     Translate::make()->schema(fn (string $locale) => [
49
-                        TextInput::make('title')->label('標題')->columnSpanFull(),
49
+                        Textarea::make('title')->label('標題')->columnSpanFull(),
50 50
                         Textarea::make('content')->label('內文')->columnSpanFull(),
51 51
                     ])
52 52
                         ->locales(['zh_TW', 'en'])