Closed RNRGFX closed 9 years ago
Pull request contains 2 small tweaks to make this work as a macro parameter. 1) set the isParameterEditor: true 2) fix the auto closing issue.
This is fixed in v1.3.0
How do I access the link data if I use this control in a macro? I created a Data Type, I added a macro parameter called "link1" that uses the new data type, and I tried declaring a variable in my macro partial view that uses that parameter, but I keep getting compilation errors.
Nice package! Would it be possible to add this to as a macro parameter? (I'm using macro's as widgets on a site) I've tried to add "isParameterEditor: true" to package.manifest, and so far so good, it does work. But when using in a macro container, and a link is selected, the umbraco panel is closed before I'm able to save the macro parameters:
Step 1:
Step 2:
Step 3:
Thanks!