Max Barrass
Max Barrass
> @paweljozwicki I am trying to add a simple Link component to dialog, but it does not seem to work. > > .... Anyways I've figured out how to do...
@paweljozwicki Have you overwritten window.open in React? I am trying to do window.open with target "_blank" and it opens in same tab 😢
> We didn't overwrite window.open. On what browser do you have a problem? For verifying an issue I added a button to our assetreference field with > > ```js >...
@paweljozwicki I am still keen to see how to add a button to the edit controls of a component. :D
Testing on 1.12 now :D
> Looks like it requires more changes. Based on https://github.com/apache/sling-org-apache-sling-starter I prepared: [main...feature/GH-112-update-feature-launcher](https://github.com/websight-io/starter/compare/main...feature/GH-112-update-feature-launcher) > > Probably we will update it in archetype, but meanwhile, you can follow the above changes....
Thanks I will try. Yes was using JCR queries. :)
> @wildone we are using Sling Feature Model. To add a new library like Sling Query, you need to declare it in your `distribution/src/main/features/.json file` > > The declaration is:...
So is pattern then to just to override that paths?
Like all the places where code is hard coded to read /apps can just do /mnt/overlay or /mnt/override/apps, and the actual code can be in libs? This would make it...