|
|
@@ -149,7 +149,7 @@ class NewsResource extends Resource
|
|
149
|
149
|
])->visible(fn (Get $get):bool => $get("paragraph_type") == 1),
|
|
150
|
150
|
Group::make()->schema([
|
|
151
|
151
|
FilamentLexicalEditor::make('text_content_tw')
|
|
152
|
|
- ->label('繁體中文內容')
|
|
|
152
|
+ ->label('繁體中文內容123')
|
|
153
|
153
|
->id(fn ($get) => "text_content_tw_" . $get('item_key') . "_" . uniqid())
|
|
154
|
154
|
->enabledToolbars([
|
|
155
|
155
|
ToolbarItem::UNDO, ToolbarItem::REDO, ToolbarItem::NORMAL,
|