Alexandre Capt

Results 21 comments of Alexandre Capt

Before implementing the client solution, I'll check if I cannot append it client side to the translation tool.

Actually, it works but really not straight forward to use... If you output the JsonVariant from the event, data are here: ``` FirebaseObject event = Firebase.readEvent(); JsonVariant v = event.getJsonVariant("data");...

I think it is fine to discuss it here for now because this goes beyond aem-lib and has / should have an impact on the boilerplate. While I understand the...

The current is: - we agree on the current architecture proposal - @ramboz and team will adjust their plugins to this architecture and deploy the whole thing to 3 projects...

Working on the aem-lib version of this PR.

I have created the PR in aem-lib to match all the changes required in aem.js: https://github.com/adobe/aem-lib/pull/80 I have aligned the aem.js of this PR with the build result of the...

Replaces https://github.com/adobe/aem-boilerplate/pull/382.

Waiting for aem-lib release.

For the record: `frame-ancestors` cannot be controlled via `meta` attribute (see https://www.w3.org/TR/CSP3/#directive-frame-ancestors), i.e. it won't work here. And it makes sense (browser would have already started to load the iframe...

No import file is a valid use case ("default import") and you can easily see in the console log that the file cannot be found (red 404 error). Maybe simply...