Does anybody know if it is possible to export hybris content pages (created in CMS cockpit) using an ImpEx script? I've found some documentation (although not official) online here that describes creating a new page using something like the following:
INSERT_UPDATE
ContentPage;$contentCV[unique=true];uid[unique=true];name;masterTemplate(uid,$cont
entCV);label;defaultPage[default='true'];approvalStatus(code)[default='approved'];
homepage[default='false'];previewImage(code,
$contentCV)[default='ContentPageModel__function_preview']
;;about;About Us;ContentPage2Template;/about
I was wondering if there is a way to export a page using something similar? I'm very new to hybris so any help or guidance would be greatly appreciated. Thanks in advance.