Hi All,
We have a requirement where we need to create a component which should be drag gable but not be author able can some one please suggest how to achieve that as without dialog we will not able to drag the component on page and if there is dialog content author able to click on edit button which will open the dialog for that.
Please suggest.
Solved! Go to Solution.
You can use cq:EditConfig. cq:EditConfig edits properties of the component and enables the component to appear in the Components browser or Sidekick even if we don't have dialog.
Views
Replies
Total Likes
You can use cq:EditConfig. cq:EditConfig edits properties of the component and enables the component to appear in the Components browser or Sidekick even if we don't have dialog.
Views
Replies
Total Likes
Hi,
cq:dialog will be used to show the dialog and cq:editConfig will be used to display the component on left rail and dragging to parsys. Create a component without cq:dialog if edit option is not required.
Option 2: If you just have cq:dialog without any node under it, click of edit wont open the dialog.
Hope this helps
You may create a node with name "cq:dialog" of type jcr:primaryType="nt:unstructured" and it will make your component drag able. Author can only drop this component to page, since there is no dialog item it will not open dialog box for authoring.
Views
Likes
Replies