Skip to content

Commit

Permalink
feat: Add Generate Variations Sidekick plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
askayastha22 committed Nov 30, 2023
1 parent c276d5b commit 8ff956c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
"isPalette": true,
"includePaths": [ "**.docx**" ],
"paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:800px; height: calc(100vh - 60px)"
},
{
"id": "generate-variations",
"title": "Generate Variations",
"url": "https://experience.adobe.com/#/aem/generate-variations",
"passConfig": true,
"isPalette": false,
"environments": [ "preview", "live", "edit" ],
"includePaths": ["**.docx**"]
}
]
}

0 comments on commit 8ff956c

Please sign in to comment.