Skip to main content
New Participant
October 26, 2022

Save sections to reuse in other pages

  • October 26, 2022
  • 2 replies
  • 823 views

I know we have components and you can create custom components, but is there a way to save sections to reuse in other pages? Like a library of reusable designs/layouts. A lot of builders have this functionality, even with a preview of the element. Like this https://help.pagefly.io/manual/saved-section

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

joerghoh
Employee
October 27, 2022

What do you mean with "sections"? If it's about designs and layouts, you could try it with editable templates, and if it's about content Content Fragments/Experience Fragments are probably the way to go.

Ravi_Pampana
New Participant
October 26, 2022

Hi,

 

I custom built similar functionality where design team can create a layout by adding layout component which accepts "Title" , Approved or not (Switch) and have a parsys where we can add the components and create a structure with all the default options modified.

 

Created another reference component which has the dropdown which displays dynamically all the approved layouts components (Title as Text and Path of the layout component as Value) on selecting one of the option from dropdown and saving the dialog will copy the structure from the path and place it where reference component is added and ready for authors to add the content.

 

fyi.. @kautuk_sahni