Skip to content

Commit

Permalink
reference provider: add configuration option to check for asset refer…
Browse files Browse the repository at this point in the history
…ences
  • Loading branch information
stefanseifert committed Dec 9, 2024
1 parent 4591d96 commit 1fb519d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/site/markdown/reference-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ To disable it configure:
enabled=B"false"
```

Optionally, you can detect also asset references stored in the context-aware configuration pages, and include them in the publication check:

```
io.wcm.caconfig.extensions.references.impl.ConfigurationReferenceProvider
enabled=B"true"
assetReferences=B"true"
```


[aem-referenceprovider]: https://docs.adobe.com/docs/en/aem/6-3/develop/ref/javadoc/com/day/cq/wcm/api/reference/ReferenceProvider.html
Expand Down

0 comments on commit 1fb519d

Please sign in to comment.