Pārlūkot izejas kodu

260107 editor樣式調整

OMEGA\lulufj.ho 4 nedēļas atpakaļ
vecāks
revīzija
2d4108de59
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      app/Filament/Resources/NewsResource.php

+ 1
- 1
app/Filament/Resources/NewsResource.php Parādīt failu

@@ -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,