I have a set of components which needs to be changed once on one page and the changes should get reflected across multiple pages and the pages where these changes will be reflected will be using different templates.
How should i achieve this requirement.Please suggest some approach.
Solved! Go to Solution.
Views
Replies
Total Likes
You can follow below steps to achieve it:
If you component can be dragged in container then:
Find more on reference component here - http://docs.adobe.com/docs/en/cq/current/wcm/default_components/editmode.html#Reference.
If you component is embedded one then:
See what suits you
Thanks
Runal
Views
Replies
Total Likes
Hi,
Boilerplate Component may help you. Please refer http://docs.adobe.com/docs/en/cq/current/developing/boilerplates.html.
Just provide access to all the authors, so that any author can edit the boilerplate content.
Thanks.
Vikram
Views
Replies
Total Likes
You can follow below steps to achieve it:
If you component can be dragged in container then:
Find more on reference component here - http://docs.adobe.com/docs/en/cq/current/wcm/default_components/editmode.html#Reference.
If you component is embedded one then:
See what suits you
Thanks
Runal
Views
Replies
Total Likes
If the changed component is in a template, then it is easy. Just change all the templates. But I have a feeling that it is not that easy.
Most likely, you have a component in a paragraph that needs to be converted. What you then need to do is to first sit down and figure out what you would have been forced to do if you have had to do it manually. Then draw that process so. That is the hard part. The easy part is then to write either a workflow process, a script or a triggable service that can execute all the steps.
Anything you can do manually in CRX/DE or the author environment, is also possible to do in code. This is what I call the transformer pattern.
/Ove
Views
Replies
Total Likes
Hi,
Even I have the same requirement issue. For this I tried to create an admin page consisting of common components that are present across the site(header, footer, logo, tabs etc.). But any changes in the admin page are not getting reflected in other pages. Can you suggest ways to link other pages to the admin page or some other alternative for the requirement?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies