Button component problem

  1. Yea, we have that issue with components which are link - if main component is lets say “page link” - leading to another page of your website, all other instances need to be linked to some page, they can’t be external links. This is known issue, and we will try to make it better in future. What I suggest is don’t have main component linked to anything and then your instances will have ability to be linked in any way you like. That how we did buttons on our website and it worked fine.

  2. It is possible to have link inside of the link just inside link need to be wrapped in ‘object’ which you can find through CTRL+E. How can I add link inside link?

  3. Nested components shouldnt be a problem as well, nested button component should be able to link anywhere if you do it like in question 1? If I understood question correctly.