Skip to content

Commit ebe4fb7

Browse files
committed
add images and plugins
1 parent 688550c commit ebe4fb7

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

β€Žcontent/articles/danharrin-filament-v4-1.mdβ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We've introduced a **panel layout option without a topbar**. This is perfect for
3030

3131
We can't wait to see what you build with it!
3232

33-
![No Topbar Layout Screenshot](#)
33+
![No Topbar Layout Screenshot](/images/content/articles/danharrin-filament-v4-1/no-topbar-layout.gif)
3434

3535
To enable this layout, pass `false` to the `topbar()` method in your panel configuration:
3636

@@ -53,7 +53,7 @@ You can now insert **responsive grids** into rich editor content, up to 12 colum
5353

5454
This includes asymmetrical splits (like a 2-column grid where one column takes 1/3 of the space). Perfect for more advanced layouts inside content.
5555

56-
![Rich Editor Grids Screenshot](#)
56+
![Rich Editor Grids Screenshot](/images/content/articles/danharrin-filament-v4-1/rich-editor-grid-tool.gif)
5757

5858
To enable this feature, add the `grid` tool to your rich Eeitor `toolbarButtons()`:
5959

@@ -73,7 +73,7 @@ The rich editor now supports **text color selection**. You can pick from the def
7373

7474
When picking from a palette, light/dark mode accessibility is handled automatically for the user.
7575

76-
![Rich Editor Text Color Screenshot](#)
76+
![Rich Editor Text Color Screenshot](/images/content/articles/danharrin-filament-v4-1/rich-editor-text-color-tool.gif)
7777

7878
To enable this feature, add the `textColor` tool to your rich editor `toolbarButtons()`:
7979

@@ -106,7 +106,7 @@ RichEditor::make('content')
106106

107107
The **table repeater** introduced in v4 makes it possible to render each form field in its own table cell, with each repeater item being a row. In v4.1, some fields (like `Select` and `TextInput`) can now have a **compact design**, making them look seamless within cells.
108108

109-
![Compact Table Repeater Screenshot](#)
109+
![Compact Table Repeater Screenshot](/images/content/articles/danharrin-filament-v4-1/compact-table-repeater.gif)
110110

111111
To enable this, just set the `compact()` method on the repeater:
112112

@@ -129,7 +129,7 @@ Repeater::make('members')
129129

130130
Like the table repeater, but for **infolist entries**. Each entry is rendered in a cell, allowing you to output static tables inside schemas with **text, icons, images, and more**.
131131

132-
![Repeatable Entry Table Layout Screenshot](#)
132+
![Repeatable Entry Table Layout Screenshot](/images/content/articles/danharrin-filament-v4-1/table-repeatable-entry.webp)
133133

134134
To enable this, use the `table()` method on your `RepeatableEntry` component:
135135

@@ -159,7 +159,7 @@ RepeatableEntry::make('comments')
159159

160160
A brand-new schema component for inserting **empty states anywhere** in your app. Each empty state can include a heading, description, icon, and footer actions. Use this to guide users to take action when there's nothing to show.
161161

162-
![Empty State Schema Screenshot](#)
162+
![Empty State Schema Screenshot](/images/content/articles/danharrin-filament-v4-1/empty-state.webp)
163163

164164
To insert this component into your schema, use the `EmptyState` class:
165165

@@ -187,11 +187,11 @@ The plugin ecosystem keeps growing. There are now **190 v4 plugins** available o
187187

188188
Huge thanks to every community plugin author for building new plugins and upgrading existing ones. Your work makes Filament more powerful for everyone.
189189

190-
Here are a few of our recenty added favourites:
190+
Here are a few of our recently-added favourites:
191191

192-
- [Plugin Name #1](#)
193-
- [Plugin Name #2](#)
194-
- [Plugin Name #3](#)
192+
- [**Passkeys** by Marcel Weidum](https://filamentphp.com/plugins/marcelweidum-passkeys)
193+
- [**Cypher Theme** by Filafly](https://filamentphp.com/plugins/filafly-cypher-theme)
194+
- [**Header Select** by Solution Forest](https://filamentphp.com/plugins/solution-forest-header-select)
195195

196196
## Why sponsorships matter πŸ’Έ
197197

416 KB
Loading
13.5 KB
Loading
825 KB
Loading
553 KB
Loading
4.05 MB
Loading
49.8 KB
Loading

0 commit comments

Comments
Β (0)