Expand my Community achievements bar.

SOLVED

Provide CSV upload option in translation page.

Avatar

Level 4

Hi, 

I have requirement where author should able to upload the CSV file in the Translation page.

I have added the CSV upload option (http://localhost:4502/libs/cq/i18n/translator.html) under import menu I have added "CSV upload option." kindly refer the attached screenshot.

I have made my changes in lib folder, because the author still want use the translator URL(http://localhost:4502/libs/cq/i18n/translator.html).

As per my knowledge, we should not modify the source in libs. Suggest me how to show the CSV upload option using translator URL((http://localhost:4502/libs/cq/i18n/translator.html)

Please suggest how to handle this situation.

Thanks

Nanda

1 Accepted Solution

Avatar

Correct answer by
Level 10

Never modify content in /libs. You copy content from /libs to /apps and make you changes under /apps. This is called overlaying. If you want to upload a CSV file in that page, then drop an upload file component into the page. 

See the File Upload component in this doc topic:

https://docs.adobe.com/docs/en/aem/6-0/author/page-authoring/default-components/editmode.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Never modify content in /libs. You copy content from /libs to /apps and make you changes under /apps. This is called overlaying. If you want to upload a CSV file in that page, then drop an upload file component into the page. 

See the File Upload component in this doc topic:

https://docs.adobe.com/docs/en/aem/6-0/author/page-authoring/default-components/editmode.html