Skip to content

Commit

Permalink
enable check for asset references
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 9, 2024
1 parent c93692c commit d3c6dd1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
// Enable wcm.io CAConfig Extensions AEM Page Persistence
"io.wcm.caconfig.extensions.persistence.impl.PagePersistenceStrategy": {
"enabled": {{app.caconfigAemPagePersistence}}
},

// Enable checking for asset references in context-aware configurations
"io.wcm.caconfig.extensions.references.impl.ConfigurationReferenceProvider": {
"assetReferences": true
}

},
Expand Down

0 comments on commit d3c6dd1

Please sign in to comment.