Skip to content

Commit

Permalink
Merge pull request #81 from AdobeDocs/abs72485/open-editor-panel-fix
Browse files Browse the repository at this point in the history
Experimental flag for the openEditorPanel method
  • Loading branch information
hollyschinsky authored May 30, 2024
2 parents a3d29dd + fb8a455 commit 10df6fa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/pages/guides/distribute/guidelines/genai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ We have split this section into:
- [Requirements](./requirements.md) (which must be followed)
- [Recommendations](./recommendations.md) (which are suggestions we encourage for best practice)


<InlineAlert slots="text" variant="warning"/>

**If we receive reports of abuse, we may elect to remove an add-on whether it is private or public.**
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ You can use the Firefly web app or Text-to-image features in Adobe Express as a

## Haven’t found what you’re looking for? Let us know

These recommendations are a “living document” and will be updated over time, as our guidelines - and the technology itself - evolve. If you have any questions about a specific case or issue, or would like to learn more about our requirements, please [contact us](mailto:[email protected]).
These recommendations are a “living document” and will be updated over time, as our guidelines - and the technology itself - evolve. If you have any questions about a specific case or issue, or would like to learn more about our requirements, please [contact us](mailto:[email protected]).
10 changes: 5 additions & 5 deletions src/pages/guides/distribute/guidelines/genai/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ If your add-on generates text or code, your add-on must remind the user that the

Add-ons that meet the following criteria do not require the add-on's developer to submit a self-certification of compliance with our content generation requirements:

- Your add-on is privately listed (**NOTE:** We may still elect to remove your privately listed add-on if we receive credible reports of abuse)
- AI Models that the user installs and runs locally on their device (that is, models that are not included within the add-on bundle)
- Text-to-speech using Generative AI (provided the text is supplied by the user)
- Instrumental music or sound effects created using Generative AI (where there are no lyrics)
* Your add-on is privately listed (**NOTE:** We may still elect to remove your privately listed add-on if we receive credible reports of abuse)
* AI Models that the user installs and runs locally on their device (that is, models that are not included within the add-on bundle)
* Text-to-speech using Generative AI (provided the text is supplied by the user)
* Instrumental music or sound effects created using Generative AI (where there are no lyrics)

## Check back frequently!

These requirements are a “living document” and will be updated over time, as our guidelines - and the technology itself - evolve. If you have any questions about a specific case or issue, or would like to learn more about our requirements, please [contact us](mailto:[email protected]).
These requirements are a “living document” and will be updated over time, as our guidelines - and the technology itself - evolve. If you have any questions about a specific case or issue, or would like to learn more about our requirements, please [contact us](mailto:[email protected]).
4 changes: 4 additions & 0 deletions src/pages/references/addonsdk/app-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ addOnUISdk.ready.then(async () => {

Programmatically open the Editor panel in Adobe Express. When sub-tabs are available, this method can target them, as well as pre-populate the Search field.

<InlineAlert slots="text" variant="warning"/>

**IMPORTANT:** This method is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use this method, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../manifest/index.md#requirements) section of the `manifest.json`.

#### Signature

`openEditorPanel(panel: EditorPanel, action?: PanelAction): void;`
Expand Down
2 changes: 1 addition & 1 deletion src/pages/references/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contributors:

## 2024-05-28

- Added a new [`openEditorPanel()`](../references/addonsdk/app-ui.md#openeditorpanel) API to programmatically open and interact with the Editor panel. This method of the `addOnUISdk.app.ui` allows navigation to specific tabs and collections, as well as performing content searches. The [Constants](../references/addonsdk/addonsdk-constants.md) page has been updated accordingly.
- Added a new *experimental* [`openEditorPanel()`](../references/addonsdk/app-ui.md#openeditorpanel) API to programmatically open and interact with the Editor panel. This method of the `addOnUISdk.app.ui` allows navigation to specific tabs and collections, as well as performing content searches. The [Constants](../references/addonsdk/addonsdk-constants.md) page has been updated accordingly.

## 2024-05-21

Expand Down

0 comments on commit 10df6fa

Please sign in to comment.