I have developed angular js app inside aem. I want to manage content in partial pages html. The sidekick and components are not working in partial page. It is working only in index page. Anyway to manage content in partial page also ?
Solved! Go to Solution.
Views
Replies
Total Likes
So to make this work your "partial HTML pages" must be complete AEM pages. I am assuming that by partial pages what you mean is that your Angular app is including basially and HTML chunk - say a div or a collections of div, but not a fully qualified page with html and body tags. So for example:
You create the rightside and secondscreen pages using a template similar to the campaign teaser template - it's just a simple page with nothing on it but a paragraph system. The template has to include all the normal AEM author client libraries on it to enable authoring. Then when you angular app includes them it uses a URL that looks something like /content/site/en/angularapp/secondscreen.content.html - where content is the name of the JSP/Sighty script that includes the paragraph system so that all you get is the HTML output by paragraph system and included components.
Views
Replies
Total Likes
Third party JS frameworks are usually used to develop components that are placed on sidekick.
Views
Replies
Total Likes
So to make this work your "partial HTML pages" must be complete AEM pages. I am assuming that by partial pages what you mean is that your Angular app is including basially and HTML chunk - say a div or a collections of div, but not a fully qualified page with html and body tags. So for example:
You create the rightside and secondscreen pages using a template similar to the campaign teaser template - it's just a simple page with nothing on it but a paragraph system. The template has to include all the normal AEM author client libraries on it to enable authoring. Then when you angular app includes them it uses a URL that looks something like /content/site/en/angularapp/secondscreen.content.html - where content is the name of the JSP/Sighty script that includes the paragraph system so that all you get is the HTML output by paragraph system and included components.
Views
Replies
Total Likes
Adding parsys enables me to add components. But after adding it i am not able to edit the content again
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies