Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ibexa:
default:
provider: remote
options:
url_pattern: 'https://placekitten.com/%%width%%/%%height%%'
url_pattern: 'https://placecats.com/%%width%%/%%height%%'
4 changes: 2 additions & 2 deletions docs/content_management/images/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@

With the [`RemoteProvider`](https://github.com/ibexa/core/blob/5.0/src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php) you can download placeholders from:

- remote sources, for example, <http://placekitten.com> (see [example 2](#configuration-examples))
- remote sources, for example, <http://placecats.com> (see [example 2](#configuration-examples))

Check notice on line 144 in docs/content_management/images/images.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/content_management/images/images.md#L144

[Ibexa.Numerals] Spell out numbers until 10.
Raw output
{"message": "[Ibexa.Numerals] Spell out numbers until 10.", "location": {"path": "docs/content_management/images/images.md", "range": {"start": {"line": 144, "column": 69}}}, "severity": "INFO"}
- live version of a site (see [example 3](#configuration-examples))

![Placeholder RemoteProvider - placekitten.com](placeholder_remote_provider.jpg "Remote placeholder images on a page")
![Placeholder RemoteProvider - placecats.com](placeholder_remote_provider.jpg "Remote placeholder images on a page")

|Option|Default value|Description|
|------|-------------|-----------|
Expand Down
Loading