Search DXM Forum
We are building a new authoring framework and would like to use a Drag and Drop Zone for our header (in addition to main content). We are using a NavWrapper/master page approach for the site configuration where the header would be configured. However, there are a couple of challenges we are encountering and would like to see if there is a solution.
For #1, Unfortunately I don't think there's a way to do this at this time. A feature request has been submitted to our product team.
For #2, I'm assuming in your component definition you have added the governance tags separated by commas if multiple tags are present. Then in your output.aspx template file you would need to use something like the following:
--
## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..
For #1, Unfortunately I don't think there's a way to do this at this time. A feature request has been submitted to our product team.
For #2, I'm assuming in your component definition you have added the governance tags separated by commas if multiple tags are present. Then in your output.aspx template file you would need to use something like the following:
--
## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..
for #1, I may have a solution that involves rendering the Header DnD output manually with a "content selector" rather then the Out.ShowDragDrop() when the master page is merged with the content in preview.
for #2, thanks for the logic for adding the governance tags.