Skip to content

Commit

Permalink
Add asset selector configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yugandhar02 committed Aug 14, 2024
1 parent 9fe69a0 commit 5f53182
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/asset-selector/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"copyMode": [
{
"mimeType": "image/*",
"value": "use-alt-text"
}
],
"blockName": [
{
"mimeType": "video/*",
"value": "Embed"
}
]
}

0 comments on commit 5f53182

Please sign in to comment.