PinegrowCommunity icon indicating copy to clipboard operation
PinegrowCommunity copied to clipboard

Define reusable regions that automatically update in all pages where there are used

Open matjaztrontelj opened this issue 11 years ago • 0 comments

For example, define a region as Sidebar and then include it in all pages of the site or template:

How it would work:

  • select an element on the page and say "Create a reusable component"
  • the new component goes into the Components sections of the LIB left pane
  • from there it is added to other pages
  • the component can be customised at each insertion point by adding classes. Classes can be also added to children on per-insertion-basis, provided children have element id set. This would support this common-case scenario:
    • define navbar as component, insert it on all pages, on each page set different link as Active.

matjaztrontelj avatar Jan 11 '14 05:01 matjaztrontelj