Plugin - Link to page
Open
editor
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 71
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 30
Description
As a author, I would like the ability to link out to fullscreen experiences from the plugin list in library so that I can do the same tasks as I do today in Word.
## Criteria of acceptance
1. Repurpose the plugin entries that already live in Sidekick
2. Gate this feature with `environments: [ 'da-edit' ]`
```json
{
"containerId": "tools",
"id": "localize",
"title": "Localize",
"environments": [
"edit"
],
"url": "https://milo.adobe.com/tools/loc/index.html",
"passReferrer": true,
"passConfig": true,
"excludePaths": [ "/**" ],
"includePaths": [ "**/:x**" ]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.