Skip to content

Commit 09d9465

Browse files
author
Davide Barranca
committed
Review fixes
1 parent 5f5f187 commit 09d9465

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/guides/distribute/private-dist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The package will go through a verification process which may take a few seconds,
9090

9191
**3.** In places where you are referring to paths, please ensure you are only using relative paths.
9292

93-
**4.** Hidden files should not be present in your package zip. You can use this command on MAC to zip your add-on and to ensure unnecessary files are not included: `zip -r your_addon_name.zip . -x '**/.*' -x '**/__MACOSX' -x '*.DS_Store'`
93+
**4.** Hidden files should not be present in your package zip. You can use this command on MAC to zip your add-on and to ensure unnecessary files are not included: `zip -r your_addon_name.zip . -x '**/.*' -x '**/__MACOSX' -x '*.DS_Store'`. The `package` script [described earlier](#prepare-your-add-on-package) takes care of this for you.
9494

9595
## Step 5: Enter add-on details
9696

src/pages/guides/distribute/public-dist.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ The package will go through a verification process which may take a few seconds,
168168

169169
**3.** In places where you are referring to paths, please ensure you are only using relative paths.
170170

171-
**4.** Hidden files should not be present in your package zip. You can use this command on MAC to zip your add-on and to ensure unnecessary files are not included: `zip -r your_addon_name.zip . -x '**/.*' -x '**/__MACOSX' -x '*.DS_Store'`
171+
**4.** Hidden files should not be present in your package zip. You can use this command on MAC to zip your add-on and to ensure unnecessary files are not included: `zip -r your_addon_name.zip . -x '**/.*' -x '**/__MACOSX' -x '*.DS_Store'`. The `package` script [described earlier](#3-prepare-your-add-on-package) takes care of this for you.
172172

173173
If the `zip` validation is successful, you will see a green checkmark next to the **Add-on package verified** text; you can then add some Release Notes (1000 characters max) and check the add-on's supported languages.
174174

175175
![Public listing upload success](./img/public-listing-upload-success-v2.png)
176176

177177
### Step 7: Enter the AI usage details
178178

179-
The rise of Generative AI offers significant benefits for add-ons and streamlines content creation and workflows. However, this technology also brings the risk of users encountering inappropriate or offensive content. While Adobe encourages user choice regarding add-ons using Generative AI, transparency is paramount. We ensure clear, upfront communication, guarantee appropriate content, and respect intellectual property rights.
179+
The rise of Generative AI offers significant benefits for add-ons and streamlines content creation and workflows. Adobe encourages user choice regarding add-ons using Generative AI, but transparency is paramount. Your AI-powered add-on must not generate illegal content, and it must be clear and transparent about how generative AI is used in your add-on.
180180

181181
In this section, you'll have to answer a variety of questions, depending on the type of AI-based content your add-on generates, the input it accepts, whether you test the output, etc. Carefully review our [AI usage guidelines](./guidelines/genai/index.md) to get the latest information on Adobe’s requirements and recommendations to try add-ons that employ Generative AI technology.
182182

@@ -191,7 +191,7 @@ Developers can choose from various payment options, including **free**, **one-ti
191191
- The *Other* option is provided for developers to choose when their current setup does not fit the provided options.
192192
- The final *additional details* text area allows developers to provide additional payment terms like *"7 day free trial"* or *"$9.99/month"* and is optional for all payment choices except *Other*. We encourage the use of this field to clearly state any specific payment details.
193193

194-
Doo check in the live preview how the listing will appear to users. Depending on the payment selection, different details will automatically be displayed in the add-on listing.
194+
Do check in the live preview how the listing will appear to users. Depending on the payment selection, different details will automatically be displayed in the add-on listing.
195195

196196
If the payment choice selected is not free, an **Upgrade available** badge will be displayed in the details along with specific default text describing the choice selected (ie: "*...for a one-time purchase*", "*...with a recurring subscription*", "*...purchase assets or features individually or in packages*"), and **Checkout is handled by the developer outside of Adobe Express**—as shown in the previous screenshot.
197197

0 commit comments

Comments
 (0)