Open srikanthgurram-17 opened 4 weeks ago
currently, the is only one custom ReferenceProvider implemented: https://github.com/wcm-io/io.wcm.caconfig.extensions/blob/develop/src/main/java/io/wcm/caconfig/extensions/references/impl/ConfigurationReferenceProvider.java - which allows to publish caconfig together with publishing pages they affect.
there is currently not built-in support in AEM itself or our code that detects references to assets from caconfig. this would be a new feature. we'll have to look into it (or you can come up with a PR).
Hi @stefanseifert GoodDay
We have face below issue with ca config editor. we have tested this in 1.16.0 and 1.16.6 versions
steps to reproduce:
Expected result : image/svg should be published and available in publish server along with config
Actual result: image is not published along with config. only config is published
Thanks in advance!