Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Nov 19, 2024
1 parent 5c7dd43 commit 3b52404
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ You can also warm up the file usage result cache from the command line, using th

Currently this extension can find any references created by the `fileTree` input field of any (database based) DCA and
it can find any references from `{{file::*}}`, `{{picture::*}}` and `{{figure::*}}` insert tags in any text based fields
in the database. If you want to expand this search to other locations you can implement your own _file usage provider_
by implementing the `FileUsageProviderInterface`.
in the database. It can also find `src="…"` references in the database where only the path is used in `textarea` fields.
If you want to expand this search to other locations you can implement your own _file usage provider_ by implementing
the `FileUsageProviderInterface`.

```php
// src/FileUsage/FoobarProvider.php
Expand Down

0 comments on commit 3b52404

Please sign in to comment.