Packaging Spin Set? | Community
Skip to main content
Level 2
December 19, 2017
Solved

Packaging Spin Set?

  • December 19, 2017
  • 1 reply
  • 706 views

Newbie here.

Question.

I know its possible to package assets (ie: images) in an AEM environment - say for moving to another environment....

However, our business users are also creating 'Spin Sets' from some of these images within the system.

Can the actual spin set creations be packaged?  If so, where are these found in the JCR?

Thx

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

Spin sets are just JS/JQuery plug-ins that manipulates the assets in a page. Typically, the JS would be located in a clientlibs folder. When packaging up the AEM app, you would include the content under /apps, page under /content, templates, assets, components, and the clientlib that contains the JS that define spin set functionality.

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
December 20, 2017

Spin sets are just JS/JQuery plug-ins that manipulates the assets in a page. Typically, the JS would be located in a clientlibs folder. When packaging up the AEM app, you would include the content under /apps, page under /content, templates, assets, components, and the clientlib that contains the JS that define spin set functionality.