You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea:
Create a way to import/export content from Code => AEM => Code. Export content from AEM into code and store as JSON files - maybe one file per component? - Then use Sling Post Servlet to push JSON file representation of Storybook content into AEM. Then during development, find a way to make it automatic. Perhaps on a git, husky or npm script hook?
The ideal scenario would be:
Starting Development
Checkout code
Run build
Content Posted to AEM
Ending Development
Stage commits
Sync codebase with AEM content
Add files to commit
The text was updated successfully, but these errors were encountered:
Issue:
Storybook content must remain consistent
Idea:
Create a way to import/export content from Code => AEM => Code. Export content from AEM into code and store as JSON files - maybe one file per component? - Then use Sling Post Servlet to push JSON file representation of Storybook content into AEM. Then during development, find a way to make it automatic. Perhaps on a git, husky or npm script hook?
The ideal scenario would be:
Starting Development
Ending Development
The text was updated successfully, but these errors were encountered: