Is it possible to create static pages containing CMS Paragraph,banners ,Terms and conditions (multiple) pages without creating a JSP everytime ? I have to use impexes
NSERT_UPDATE ContentPage;$contentCV[unique=true];uid[unique=true];name;masterTemplate(uid,$contentCV);label;defaultPage[default='true'];approvalStatus(code)[default='approved'];homepage[default='false'];previewImage(code, $contentCV) ;;company101010offerspage;Company 10 10 10 Offers Page;ContentPage1Template;/lp-101010-offers
I have to access this page on www.companysite.com/lp-101010-offers .
I get a server error while accessing this link.