Brett Birschbach
Brett Birschbach
FWIW this is an unfortunate fundamental limitation of using WCM Core components that's been raised a few times for many years. I find that code bases built initially to extend...
Thanks for reporting this issue, was just about to come are report it myself. I was looking at the same piece of code, and I think the conditional that sets...
FWIW seems similar issues exist trying to use parameterized vars within `granite:class` and `granite:data` attributes as well.
For modern versions of AEM, I wonder if this feature could/should be reworked to use `ExpressionCustomizer`?
do we need to remove the following from the `image` component's `_cq_editConfig.xml`? ``` ```
> do we need to remove the following from the `image` component's `_cq_editConfig.xml`? > > ``` > > jcr:primaryType="nt:unstructured" > condition="CQ.AEMGo.image.actions.smartCrop.condition" > handler="CQ.AEMGo.image.actions.smartCrop" > icon="cropLightning" > order="before CONFIGURE" > text="Smart...
slight addendum - would need to leave `/etc` as-is or if changing to `/etc/` then also add `/etc.clientlibs`
FWIW I was able to resolve in my implementation by changing the contents of `/apps/mysite/components/xfpage/content.html` from: ``` ``` to: ``` ```
@Rahul-Kumar-AIG please rename this issue something to the tune of the bug, which is "Unexpected ERROR logging on form submit" The issue is occurring from this sequence of events: -...
The above "fix" only changes for the top-level container. For child containers to also display the container ID, layout type, and data layer in the model export, the `adapters` for...