瀏覽代碼

260107 editor樣式調整

OMEGA\lulufj.ho 3 週之前
父節點
當前提交
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,