|
|
|
|
|
|
61
|
->locales(['zh_TW', 'en'])
|
61
|
->locales(['zh_TW', 'en'])
|
|
62
|
->actions([
|
62
|
->actions([
|
|
63
|
app(DeepLService::class)->createTranslationAction('Main', ['title', 'content']),
|
63
|
app(DeepLService::class)->createTranslationAction('Main', ['title', 'content']),
|
|
64
|
- ])->columnSpanFull(),
|
|
|
|
|
|
64
|
+ ])->columnSpanFull()
|
|
|
|
65
|
+ ->visible(fn($get) => $get('type') == 1),
|
|
65
|
Group::make()->schema([
|
66
|
Group::make()->schema([
|
|
66
|
FileUpload::make('img_url')->label('圖片')->directory('banners')->columnSpan(1)
|
67
|
FileUpload::make('img_url')->label('圖片')->directory('banners')->columnSpan(1)
|
|
67
|
->acceptedFileTypes(['image/jpeg', 'image/jpg', 'image/png', 'image/webp'])
|
68
|
->acceptedFileTypes(['image/jpeg', 'image/jpg', 'image/png', 'image/webp'])
|