Skip to content

Commit

Permalink
feat: add genvar integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsaplin committed Jun 13, 2024
1 parent f54ae65 commit deaa0c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"environments": [ "edit" ],
"url": "/tools/sidekick/library.html",
"includePaths": [ "**.docx**" ]
},
{
"id": "generate-variations",
"title": "Generate Variations",
"url": "https://experience.adobe.com/aem/generate-variations",
"passConfig": true,
"environments": ["preview","live", "edit"],
"includePaths": ["**.docx**"]
}
]
}

0 comments on commit deaa0c5

Please sign in to comment.