Skip to content

Commit b4b7b87

Browse files
author
Steve Kwak
committed
submit guide modified
1 parent a66bfdf commit b4b7b87

8 files changed

+20
-9
lines changed

distribution/how-to-submit-to-plugin-manager.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,36 @@ All plugins are reviewed by our CC Integrations Review team. Make sure to thorou
2828

2929
To begin the submission for your plugin, visit the [Developer Console](https://console.adobe.io/plugins) and select your plugin from your list of plugin projects.
3030

31-
This will take you to your plugin's details page, which shows your plugin ID, a download link for your starter project, and a blue button that says "Submit for Review".
31+
This will take you to your plugin's details page, which shows your plugin ID, a download link for your starter project, and button that says "Distribute".
3232

33-
Before clicking on the "Submit for Review" button, make sure to click on the "Check Plugin Name Availability" button to check the availability of your plugin name, which you have indicated in [your manifest.json file](/reference/structure/manifest.md#top-level-metadata). Note that this plugin name is the one that will be displayed in the XD Plugin Manager. Do not confuse this name with your Developer Console _project name_, which is only visible to you and is managed directly on the Console.
33+
![Distribute your plugin](/images/submit.png)
34+
35+
Before clicking on the "Submit for Review" button, make sure to read [the submission checklist](/distribution/submission-checklist.md). This is the same checklist that our review team uses to determine to whether reject or approve your plugin.
3436

3537
When ready, click "Submit For Review".
3638

37-
### 3. Upload your XD plugin
39+
### 3. Submit plugin for review - Listing Information
40+
The "Submit plugin for review" page has two tabs: "Listing information" and "Plugin file". As the first step, you are asked to provide some facts about you, the publisher, and your plugin.
41+
42+
![Publisher and plugin info](/images/plugin-and-publisher-info.png)
43+
44+
Next, indicate whether your plugin requires installations of another application or use of a third party service. Also, include release notes for this version. This information will be displayed in the plugin manager to help users onboard your plugin.
45+
46+
![Publisher and plugin info](/images/connect-and-version-details.png)
47+
48+
Next, you are asked to provide three plugin icons (`48 * 48`, `96 * 96`, and `192 * 192`). These icons will be used for display in the Plugin Manager listing. Note that, separately, you are required to include two additional images (`24 * 24`, `48 * 48`) in your plugin and includ them in [the manifest](https://adobexdplatform.com/plugin-docs/reference/structure/manifest.html).
49+
50+
Now you can provide your plugin's screenshots to be included in the Plugin Manager listing. Please take a look at [the screenshot requirements](https://adobexdplatform.com/plugin-docs/distribution/how-to-submit-to-plugin-manager.html).
3851

39-
On this page, attach your .XDX file and click on "Next". Note that your .XDX file size must be under 50MB to upload it for submission.
52+
![Note to reviewer](/images/note-to-reviewers.png)
4053

41-
The Developer Console will then process the upload and extract information from your `manifest.json` file.
54+
Finally, if you have any message for our reviewers, write them here.
4255

43-
### 4. Review your listing information
56+
### 4. Submit plugin for review - Plugin File
4457

45-
On this page, review the validation results on all required fields for [your manifest.json file](/reference/structure/manifest.md#top-level-metadata).
58+
Once you are done with providing some information about your plugin, icons, and screenshots, you will be asked to attach your plugin file. Make sure to properly [package your plugin](/distribution/packaging.md) into an `.xdx` file.
4659

47-
Note that any changes must be made in your original files. When all necessary changes are made, re-package your plugin and upload the plugin again.
4860

49-
### 5. Submit your plugin
5061

5162
If your plugin passed all validation checks by the Developer Console, write notes (if any) to the CC Integrations Review team and click on "Submit for Review".
5263

distribution/submission-checklist.md

Whitespace-only changes.
106 KB
Loading

images/note-to-reviewers.png

49 KB
Loading

images/plugin-and-publisher-info.png

223 KB
Loading

images/plugin-icon-submission.png

108 KB
Loading
167 KB
Loading

images/submit.png

50.8 KB
Loading

0 commit comments

Comments
 (0)