Expand my Community achievements bar.

SOLVED

Why column control component doesn't have the copy option in the editConfig

Avatar

Level 6

We want to use the copy and paste option for the column control component. Even I added the copy option in the editConfig, it doesn't show up in the dialog. Does anyone know any reason behind that the column control component has no copy/paste option?

1 Accepted Solution

Avatar

Correct answer by
Level 10

its developed with intention of layout & hence copy is not included.  enhancement filled internally CQ5-6250.  reach out to official support channel for further asssistance

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

its developed with intention of layout & hence copy is not included.  enhancement filled internally CQ5-6250.  reach out to official support channel for further asssistance

Avatar

Level 10
http://docs.adobe.com/docs/en/cq/current/wcm/using_rich_text_editor.html As discussed here, copy and paste is used in the RTE. See this topic for more info

Avatar

Level 6

Thank you for your response.

However we try to use the copy and paste function for a component, nothing to do with RTE. Here is the example code in the _cq_editConfig.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
cq:actions="[text:My Component,-,EDITANNOTATE,-,INSERT,-,DELETE,-,COPYMOVE]"
cq:dialogMode="floating"
cq:layout="editbar"
jcr:primaryType="cq:EditConfig"/>

However, in the Column control component, the cq:actions has only edit, delete and insert, see below.

cq:actions="[edit,-,delete,insert]"

Even I added the copy and paste, it wouldn't show up for the component.