Skip to content

Commit 22062dc

Browse files
committed
Update danharrin-filament-v4-1.md
1 parent 1cf210f commit 22062dc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

content/articles/danharrin-filament-v4-1.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,6 @@ RichEditor::make('content')
100100
])
101101
```
102102

103-
You can allow users to pick custom colors that aren't in the predefined list by using the `customTextColors()` method:
104-
105-
```php
106-
use Filament\Forms\Components\RichEditor;
107-
108-
RichEditor::make('content')
109-
->textColors([
110-
// ...
111-
])
112-
->customTextColors()
113-
```
114-
115103
[Documentation →](https://filamentphp.com.test/docs/4.x/forms/rich-editor#customizing-text-colors)
116104

117105
### Compact Table Repeater Style

0 commit comments

Comments
 (0)