Skip to content

Commit cef676c

Browse files
author
Steve Kwak
committed
Merge branch 'master' of https://github.com/AdobeXD/Plugin-Docs into ia-change-v2
2 parents 5b81ba8 + 1f7f1c0 commit cef676c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/structure/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Key path | Type | Description | Required
7575
`summary` | `string` | Short summary displayed in the Plugin Manager listing. <br>Short summary should be 3 - 30 characters. | Publish
7676
`releaseNotes` | `string` | Description of changes displayed to the user when "See details" is clicked in the Plugin Manager listing. <br> Release notes help both your users and the CC Integrations Review team know what's new or fixed in your plugin. <br> Release notes should be 3 - 1000 characters. | Optional
7777
`keywords` | `array<string>` | Keywords for your plugin. <br> Each keyword should be at least 2 characters with a max _concatenated keywords_ length of 100 characters, excluding commas. | Optional
78-
`languages` | `array<string>` | Language(s) supported by your plugin. <br>The language must be a two-letter code from [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes). Currently, only the following codes are allowed: `en` (English), `de` (German), `fr` (French), `ja` (Japanese), `ko` (Korean), `zh` (Chinense), `es` (Spanish), `pt` (Brazilian Portuguese). <br>This field will be displayed in the Plugin Manager to users when "See details" is clicked. | Publish
78+
`languages` | `array<string>` | Language(s) supported by your plugin. <br>The language must be a two-letter code from [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes). Currently, only the following codes are allowed: `en` (English), `de` (German), `fr` (French), `ja` (Japanese), `ko` (Korean), `zh` (Chinese), `es` (Spanish), `pt` (Brazilian Portuguese). <br>This field will be displayed in the Plugin Manager to users when "See details" is clicked. | Publish
7979
`website` | `string` | Web address for information about your plugin. <br> This field will be displayed in the Plugin Manager to users when "See details" is clicked. <br>The URL should follow the standard URL format and not exceed 1000 characters.| Optional
8080
`author` | `string` | Plugin author's name. <br> This field will be displayed in the Plugin Manager to users. <br> Name should be 3 - 40 characters.| Publish
8181
`helpUrl` | `string` | Web URL for your plugin's support/help page. <br> This field will become visible in the Plugin Manager to users when "See details" is clicked. <br> The support page you link to must include information on how to get support. <br> The URL should follow the standard URL format and not exceed 1000 characters. <br> **Note:** For GitHub repositories, you should link to a `README.md` file or other Markdown file that describes how to file an issue, or link directly to an issue submission form. _Do not link directly to your repo's list of issues._ | Publish

tutorials/quick-start-panel/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ module.exports = {
119119
panels: {
120120
enlargeRectangle: {
121121
show,
122-
hide,
123122
update
124123
}
125124
}

0 commit comments

Comments
 (0)