Преглед на файлове

260107 editor樣式調整

OMEGA\lulufj.ho преди 4 седмици
родител
ревизия
2d4108de59
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      app/Filament/Resources/NewsResource.php

+ 1
- 1
app/Filament/Resources/NewsResource.php Целия файл

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