data-sly-resource not editable - in 6.3
I just ran into the same exact issue from this posting: data-sly-resource Not Editable
All the same except the solution from that post doesn't work in AEM 6.3.
My template's page is a single line:
<div data-sly-resource="${@path='productCard', resourceType='mysite/components/content/productCard'}"></div>
It "almost works" except the referenced component is not editable.
Adding data-sly-unwrap makes no difference.
How can I make the component editable?