Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Pérez authored Apr 27, 2022
1 parent 003a4e0 commit 18da233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ To get the breadcrumb system up and running, it must be invoked from a twig temp



It should be noted that the location parameter is mandatory, since the way in which the breadcrumbs are generated is through their pathString
It should be noted that the location parameter is mandatory, since the way the breadcrumbs are generated is through their pathString



## Configuration file
Nowadays there is a "rejected locations and rejected content types" configuration file, but the bundle IS NOT ready for it. The point of this is to avoid a certain number of locations, passing the location id, or in the other hand manage the content types rejected, for example:
The point of this configuration file is to avoid a certain number of locations, passing the location id, or in the other hand manage the content types rejected, for example:
```yaml
#config/packages/ibexa_breadcrumbs.yaml
ibexa_breadcrumbs:
locations_rejected: [2,3,140]
locations_rejected: [2, 3, 140]
contenttypes_rejected: ['folder', 'distributor', 'article']
```
Expand Down

0 comments on commit 18da233

Please sign in to comment.