Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defaultImageUrl for CuratorColumn #532

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Conversation

martin-ro
Copy link
Contributor

Provides the defaultImageUrl functionality from ImageColumn used for fallbacks.

Example:

CuratorColumn::make('avatar')
    ->circular()
    ->size(50)
    ->defaultImageUrl(url: asset('images/avatar-placeholder.png')),

Provides the `defaultImageUrl` functionality from `ImageColumn` used for fallbacks.

Example:

```php
CuratorColumn::make('avatar')
    ->circular()
    ->size(50)
    ->defaultImageUrl(url: asset('images/avatar-placeholder.png')),
```
@martin-ro martin-ro changed the title Update curator-column.blade.php defaultImageUrl for CuratorColumn Aug 22, 2024
@awcodes awcodes merged commit 8e0526e into awcodes:3.x Aug 24, 2024
4 checks passed
@awcodes
Copy link
Owner

awcodes commented Aug 24, 2024

Thanks. 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants