|
|
@@ -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'])
|