OMEGA\lulufj.ho пре 3 недеља
родитељ
комит
4391a42793
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8
    1
      app/Filament/Resources/EsgResource.php

+ 8
- 1
app/Filament/Resources/EsgResource.php Прегледај датотеку

@@ -149,7 +149,14 @@ class EsgResource extends Resource
149 149
                                             ->enabledToolbars($editor_toolbar)
150 150
                                             ->required()
151 151
                                             ->live(onBlur: true)
152
-                                            ->columnSpanFull(),
152
+                                            ->columnSpanFull()
153
+                                            ->basicColors([
154
+                                                '#000000',
155
+                                                '#333333',
156
+                                                '#666666',
157
+                                                '#999999',
158
+                                                '#ffffff',  
159
+                                            ]),
153 160
                                         FilamentLexicalEditor::make('block_content_en')
154 161
                                             ->label('English Content')
155 162
                                             ->id(fn ($get) => "block_content_en_" . $get('block_item_key') . "_" . uniqid())