Skip to content

Commit

Permalink
add asset selector
Browse files Browse the repository at this point in the history
  • Loading branch information
icaraps committed Oct 24, 2023
1 parent a95b4ef commit ea82008
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"isPalette": true,
"paletteRect": "top: auto; bottom: 20px; left: 20px; height: 398px; width: 360px;",
"url": "/block-library/library"
},
{
"id": "asset-library",
"title": "My Assets",
"environments": ["edit"],
"url": "https://experience.adobe.com/solutions/CQ-assets-selectors/static-assets/resources/franklin/asset-selector.html",
"isPalette": true,
"includePaths": [ "**.docx**" ],
"paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:400px; height: calc(100vh - 60px)"
}
]
}
}

0 comments on commit ea82008

Please sign in to comment.