- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiple Drag and Drop Zones and Governance
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.
- We only want to expose DnD authoring in the header when in the "site config" asset. when on a content page in in-line mode, we don't want the header to be authorable. We only want to display this in preview mode. We are not finding a way to do this. Is it possible to control the behavior of the DnD Zone? anything with the DragParams?
- We want to control the DnD components that can be dropped in the header. We have set the "Governance Tag" for the components to be used for the header to "header". However, this doesn't seem to be working. I am not able to drop these components anywhere. is there something more needed for this?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
--
Edward Chan
Sr Product Consultant
## 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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
--
Edward Chan
Sr Product Consultant
## 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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

