From 0934901db4e9b0c23862dd248ea874ed7a2f4fd8 Mon Sep 17 00:00:00 2001 From: Holly Schinsky Date: Mon, 20 Nov 2023 22:05:22 -0500 Subject: [PATCH 1/2] Updates to paths and folders for name changes --- gatsby-config.js | 90 +++++++++---------- src/pages/guides/develop/use_cases.md | 6 +- .../references/addonsdk/instance-runtime.md | 6 +- src/pages/references/changelog.md | 14 +-- .../communication/index.md | 5 +- .../document-apis}/classes/ArtboardList.md | 0 .../document-apis}/classes/ArtboardNode.md | 0 .../document-apis}/classes/Color.md | 0 .../classes/ComplexShapeNode.md | 0 .../document-apis}/classes/ContainerNode.md | 0 .../document-apis}/classes/Context.md | 0 .../document-apis}/classes/Editor.md | 0 .../document-apis}/classes/EllipseNode.md | 0 .../document-apis}/classes/ExpressRootNode.md | 0 .../document-apis}/classes/FillableNode.md | 0 .../document-apis}/classes/GridLayoutNode.md | 0 .../document-apis}/classes/GroupNode.md | 0 .../classes/ImageRectangleNode.md | 0 .../document-apis}/classes/ItemList.md | 0 .../document-apis}/classes/LineNode.md | 0 .../classes/MediaContainerNode.md | 0 .../document-apis}/classes/Node.md | 0 .../document-apis}/classes/PageList.md | 0 .../document-apis}/classes/PageNode.md | 0 .../document-apis}/classes/PathNode.md | 0 .../classes/ReadOnlyItemList.md | 0 .../document-apis}/classes/RectangleNode.md | 0 .../classes/RestrictedItemList.md | 0 .../document-apis}/classes/StrokableNode.md | 0 .../document-apis}/classes/TextNode.md | 0 .../document-apis}/enums/ArrowHeadType.md | 0 .../document-apis}/enums/BlendMode.md | 0 .../document-apis}/enums/ColorSpace.md | 0 .../document-apis}/enums/FillRule.md | 0 .../document-apis}/enums/FillType.md | 0 .../document-apis}/enums/SceneNodeType.md | 0 .../document-apis}/enums/StrokePosition.md | 0 .../document-apis}/enums/TextAlignment.md | 0 .../document-apis}/index.md | 0 .../document-apis}/interfaces/BitmapImage.md | 0 .../document-apis}/interfaces/ColorFill.md | 0 .../document-apis}/interfaces/Fill.md | 0 .../interfaces/IFillableNode.md | 0 .../interfaces/IRectangularNode.md | 0 .../interfaces/IStrokableNode.md | 0 .../document-apis}/interfaces/ListItem.md | 0 .../interfaces/RectangleGeometry.md | 0 .../document-apis}/interfaces/Stroke.md | 0 .../interfaces/StrokeOptions.md | 0 .../document-apis}/interfaces/Utils.md | 0 .../document-apis}/modules/Constants.md | 0 .../document-apis}/overview.md | 0 .../{authoring => document-sandbox}/index.md | 10 +-- .../web/index.md | 0 src/pages/references/index.md | 2 +- src/pages/references/manifest/index.md | 2 +- src/pages/samples.md | 10 +-- 57 files changed, 74 insertions(+), 71 deletions(-) rename src/pages/references/{authoring => document-sandbox}/communication/index.md (91%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ArtboardList.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ArtboardNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/Color.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ComplexShapeNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ContainerNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/Context.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/Editor.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/EllipseNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ExpressRootNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/FillableNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/GridLayoutNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/GroupNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ImageRectangleNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ItemList.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/LineNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/MediaContainerNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/Node.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/PageList.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/PageNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/PathNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/ReadOnlyItemList.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/RectangleNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/RestrictedItemList.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/StrokableNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/classes/TextNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/ArrowHeadType.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/BlendMode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/ColorSpace.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/FillRule.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/FillType.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/SceneNodeType.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/StrokePosition.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/enums/TextAlignment.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/index.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/BitmapImage.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/ColorFill.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/Fill.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/IFillableNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/IRectangularNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/IStrokableNode.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/ListItem.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/RectangleGeometry.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/Stroke.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/StrokeOptions.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/interfaces/Utils.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/modules/Constants.md (100%) rename src/pages/references/{authoring/editor => document-sandbox/document-apis}/overview.md (100%) rename src/pages/references/{authoring => document-sandbox}/index.md (91%) rename src/pages/references/{authoring => document-sandbox}/web/index.md (100%) diff --git a/gatsby-config.js b/gatsby-config.js index 78b70fba0..3d3cf888a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -102,188 +102,188 @@ module.exports = { }, { title: "Document Sandbox", - path: "references/authoring/", + path: "references/document-sandbox/", pages: [ { title: "Communication APIs", - path: "references/authoring/communication/", + path: "references/document-sandbox/communication/", }, { title: "Web APIs", - path: "references/authoring/web/", + path: "references/document-sandbox/web/", }, { title: "Document APIs", - path: "references/authoring/editor/", + path: "references/document-sandbox/document-apis/", pages: [ { title: "Classes", - path: "references/authoring/editor/classes/Editor.md", + path: "references/document-sandbox/document-apis/classes/Editor.md", pages: [ { title: "ArtboardList", - path: "references/authoring/editor/classes/ArtboardList.md", + path: "references/document-sandbox/document-apis/classes/ArtboardList.md", }, { title: "ArtboardNode", - path: "references/authoring/editor/classes/ArtboardNode.md", + path: "references/document-sandbox/document-apis/classes/ArtboardNode.md", }, { title: "Color", - path: "references/authoring/editor/classes/Color.md", + path: "references/document-sandbox/document-apis/classes/Color.md", }, { title: "ContainerNode", - path: "references/authoring/editor/classes/ContainerNode.md", + path: "references/document-sandbox/document-apis/classes/ContainerNode.md", }, { title: "Context", - path: "references/authoring/editor/classes/Context.md", + path: "references/document-sandbox/document-apis/classes/Context.md", }, { title: "EllipseNode", - path: "references/authoring/editor/classes/EllipseNode.md", + path: "references/document-sandbox/document-apis/classes/EllipseNode.md", }, { title: "Editor", - path: "references/authoring/editor/classes/Editor.md", + path: "references/document-sandbox/document-apis/classes/Editor.md", }, { title: "ExpressRootNode", - path: "references/authoring/editor/classes/ExpressRootNode.md", + path: "references/document-sandbox/document-apis/classes/ExpressRootNode.md", }, { title: "FillableNode", - path: "references/authoring/editor/classes/FillableNode.md", + path: "references/document-sandbox/document-apis/classes/FillableNode.md", }, { title: "GroupNode", - path: "references/authoring/editor/classes/GroupNode.md", + path: "references/document-sandbox/document-apis/classes/GroupNode.md", }, { title: "ImageRectangleNode", - path: "references/authoring/editor/classes/ImageRectangleNode.md", + path: "references/document-sandbox/document-apis/classes/ImageRectangleNode.md", }, { title: "ItemList", - path: "references/authoring/editor/classes/ItemList.md", + path: "references/document-sandbox/document-apis/classes/ItemList.md", }, { title: "LineNode", - path: "references/authoring/editor/classes/LineNode.md", + path: "references/document-sandbox/document-apis/classes/LineNode.md", }, { title: "MediaContainerNode", - path: "references/authoring/editor/classes/MediaContainerNode.md", + path: "references/document-sandbox/document-apis/classes/MediaContainerNode.md", }, { title: "Node", - path: "references/authoring/editor/classes/Node.md", + path: "references/document-sandbox/document-apis/classes/Node.md", }, { title: "PageList", - path: "references/authoring/editor/classes/PageList.md", + path: "references/document-sandbox/document-apis/classes/PageList.md", }, { title: "PageNode", - path: "references/authoring/editor/classes/PageNode.md", + path: "references/document-sandbox/document-apis/classes/PageNode.md", }, { title: "ReadOnlyItemList", - path: "references/authoring/editor/classes/ReadOnlyItemList.md", + path: "references/document-sandbox/document-apis/classes/ReadOnlyItemList.md", }, { title: "RectangleNode", - path: "references/authoring/editor/classes/RectangleNode.md", + path: "references/document-sandbox/document-apis/classes/RectangleNode.md", }, { title: "StrokableNode", - path: "references/authoring/editor/classes/StrokableNode.md", + path: "references/document-sandbox/document-apis/classes/StrokableNode.md", }, { title: "TextNode", - path: "references/authoring/editor/classes/TextNode.md", + path: "references/document-sandbox/document-apis/classes/TextNode.md", }, ], }, { title: "Interfaces", - path: "references/authoring/editor/interfaces/BitmapImage.md", + path: "references/document-sandbox/document-apis/interfaces/BitmapImage.md", pages: [ { title: "BitmapImage", - path: "references/authoring/editor/interfaces/BitmapImage.md", + path: "references/document-sandbox/document-apis/interfaces/BitmapImage.md", }, { title: "ColorFill", - path: "references/authoring/editor/interfaces/ColorFill.md", + path: "references/document-sandbox/document-apis/interfaces/ColorFill.md", }, { title: "Fill", - path: "references/authoring/editor/interfaces/Fill.md", + path: "references/document-sandbox/document-apis/interfaces/Fill.md", }, // { // "title": "FillTypeValueExtensibleEnum", - // "path": "references/authoring/editor/interfaces/FillTypeValueExtensibleEnum.md", + // "path": "references/document-sandbox/document-apis/interfaces/FillTypeValueExtensibleEnum.md", // }, { title: "IFillableNode", - path: "references/authoring/editor/interfaces/IFillableNode.md", + path: "references/document-sandbox/document-apis/interfaces/IFillableNode.md", }, { title: "IRectangularNode", - path: "references/authoring/editor/interfaces/IRectangularNode.md", + path: "references/document-sandbox/document-apis/interfaces/IRectangularNode.md", }, { title: "ListItem", - path: "references/authoring/editor/interfaces/ListItem.md", + path: "references/document-sandbox/document-apis/interfaces/ListItem.md", }, { title: "RectangleGeometry", - path: "references/authoring/editor/interfaces/RectangleGeometry.md", + path: "references/document-sandbox/document-apis/interfaces/RectangleGeometry.md", }, { title: "Stroke", - path: "references/authoring/editor/interfaces/Stroke.md", + path: "references/document-sandbox/document-apis/interfaces/Stroke.md", }, { title: "StrokeOptions", - path: "references/authoring/editor/interfaces/StrokeOptions.md", + path: "references/document-sandbox/document-apis/interfaces/StrokeOptions.md", }, { title: "Utils", - path: "references/authoring/editor/interfaces/Utils.md", + path: "references/document-sandbox/document-apis/interfaces/Utils.md", }, ], }, { title: "Constants", - path: "references/authoring/editor/enums/ArrowHeadType.md", + path: "references/document-sandbox/document-apis/enums/ArrowHeadType.md", pages: [ { title: "ArrowHeadType", - path: "references/authoring/editor/enums/ArrowHeadType.md", + path: "references/document-sandbox/document-apis/enums/ArrowHeadType.md", }, { title: "BlendMode", - path: "references/authoring/editor/enums/BlendMode.md", + path: "references/document-sandbox/document-apis/enums/BlendMode.md", }, { title: "FillType", - path: "references/authoring/editor/enums/FillType.md", + path: "references/document-sandbox/document-apis/enums/FillType.md", }, { title: "SceneNodeType", - path: "references/authoring/editor/enums/SceneNodeType.md", + path: "references/document-sandbox/document-apis/enums/SceneNodeType.md", }, { title: "StrokePosition", - path: "references/authoring/editor/enums/StrokePosition.md", + path: "references/document-sandbox/document-apis/enums/StrokePosition.md", }, { title: "TextAlignment", - path: "references/authoring/editor/enums/TextAlignment.md", + path: "references/document-sandbox/document-apis/enums/TextAlignment.md", }, ], }, diff --git a/src/pages/guides/develop/use_cases.md b/src/pages/guides/develop/use_cases.md index cdedf1ada..e6b984821 100644 --- a/src/pages/guides/develop/use_cases.md +++ b/src/pages/guides/develop/use_cases.md @@ -616,13 +616,13 @@ validateUser(userId: string) { ## Authoring Content -We provide a set of [Document APIs](../../references/authoring/editor/) that can be used for interacting with the document for common use cases like creating shapes, adding pages, clearing the artboard and more. +We provide a set of [Document APIs](../../references/document-sandbox/document-apis/) that can be used for interacting with the document for common use cases like creating shapes, adding pages, clearing the artboard and more. The Editor API's are currently **experimental only**. Please do not use them in any add-ons you plan to distribute or submit with updates until they have been deemed stable. -The following code snippet illustrates how to use the [Document APIs](../../references/authoring/editor/) from the script running in your [`code.js`](../../references/authoring/index.md#getting-started-with-the-apis) for instance, to access the current document, create a rectangle, set some properties and a fill for the rectangle, and finally, add it to the document: +The following code snippet illustrates how to use the [Document APIs](../../references/document-sandbox/document-apis/) from the script running in your [`code.js`](../../references/document-sandbox/index.md#getting-started-with-the-apis) for instance, to access the current document, create a rectangle, set some properties and a fill for the rectangle, and finally, add it to the document: ```js import { editor, utils } from "express"; @@ -645,4 +645,4 @@ insertionParent.children.append(rectangle); -Refer to [getting started with the Document Sandbox](../../references/authoring/index.md#getting-started-with-the-apis) for more details on how to set up your add-on to use the script-based APIs, which include the Document APIs for authoring content. +Refer to [getting started with the Document Sandbox](../../references/document-sandbox/index.md#getting-started-with-the-apis) for more details on how to set up your add-on to use the script-based APIs, which include the Document APIs for authoring content. diff --git a/src/pages/references/addonsdk/instance-runtime.md b/src/pages/references/addonsdk/instance-runtime.md index 4ad309505..ca6017653 100644 --- a/src/pages/references/addonsdk/instance-runtime.md +++ b/src/pages/references/addonsdk/instance-runtime.md @@ -14,13 +14,13 @@ The [RuntimeType](addonsdk-constants.md) constant representing the entrypoint cr ## Experimental Methods -The following methods allow you to communicate bidirectionally between the add-on running in the iframe and the [document sandbox](../authoring/) environments. +The following methods allow you to communicate bidirectionally between the add-on running in the iframe and the [document sandbox](../document-sandbox/) environments. **IMPORTANT:** These methods are currently ***experimental only*** and should not be used in any add-ons you will be distributing until they have been deemed stable. To use these methods, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../manifest/index.md#requirements) section of the `manifest.json`. ### exposeApi() -Use this method to expose an API from your UI code running in the iframe to another runtime (ie: the [document sandbox code](../authoring/) defined in your `code.js` for instance). +Use this method to expose an API from your UI code running in the iframe to another runtime (ie: the [document sandbox code](../document-sandbox/) defined in your `code.js` for instance). #### Signature @@ -44,7 +44,7 @@ Requests a promise-based proxy object from another runtime to be used to call th | Name | Type | Description | | --------------| ------------| -----------: | -| `runtimeType` | `RuntimeType` | The runtime type to create the proxy object from (ie: "script" for instance, which maps to the code referenced in the [`script` entryPoint](../authoring/index.md#script-entry-point) in your add-on's `manifest.js` file). | +| `runtimeType` | `RuntimeType` | The runtime type to create the proxy object from (ie: "script" for instance, which maps to the code referenced in the [`script` entryPoint](../document-sandbox/index.md#script-entry-point) in your add-on's `manifest.js` file). | #### Return diff --git a/src/pages/references/changelog.md b/src/pages/references/changelog.md index f69a6a008..52793d8ed 100644 --- a/src/pages/references/changelog.md +++ b/src/pages/references/changelog.md @@ -68,14 +68,14 @@ which include: - All new add-ons created (other than those based on javascript) use `spectrum-web-components` with the Express theme pre-set. - React-based templates include [`swc-react`](https://opensource.adobe.com/spectrum-web-components/using-swc-react/) setup. - - The `javascript-with-editor-apis` template has been removed from the initial template selection in this version but replaced with the option from the CLI to [include the document sandbox](https://developer.adobe.com/express/add-ons/docs/references/authoring/#cli-generated-script-runtime-add-on) when creating a new add-on. + - The `javascript-with-editor-apis` template has been removed from the initial template selection in this version but replaced with the option from the CLI to [include the document sandbox](https://developer.adobe.com/express/add-ons/docs/references/document-sandbox/#cli-generated-script-runtime-add-on) when creating a new add-on. - New type support for typescript based add-ons. - Ability to recreate your SSL certificates. #### Documentation updates -- Updated [document sandbox Reference docs](https://developer.adobe.com/express/add-ons/docs/references/authoring/#cli-generated-script-runtime-add-on) to reflect the new CLI prompt to include document sandbox (vs the specific template). +- Updated [document sandbox Reference docs](https://developer.adobe.com/express/add-ons/docs/references/document-sandbox/#cli-generated-script-runtime-add-on) to reflect the new CLI prompt to include document sandbox (vs the specific template). - Updated [Getting Started guides](../guides/getting_started/) documentation and screenshots to reflect the **new Add-on Launchpad panel update** to the new **two-tab view** for "Discover" and "Your Add-ons". ## 2023-09-26 @@ -117,7 +117,7 @@ If you're using the experimental Document Sandbox APIs (aka: Script Runtime) in - A new version `0.2.0` of the `@adobe-ccwebext/ccweb-add-on-sdk-types` package with the latest typings for the **document sandbox/Editor APIs**. **IMPORTANT**: - Developers who are **NOT** using the [document sandbox/Editor APIs](https://developer.adobe.com/express/add-ons/docs/references/authoring/) should update to their types package to `0.1.6` at minimum by changing the version of it to `@adobe-ccwebext/ccweb-add-on-sdk-types@0.1.6` in the `package.json`. + Developers who are **NOT** using the [document sandbox/Editor APIs](https://developer.adobe.com/express/add-ons/docs/references/document-sandbox/) should update to their types package to `0.1.6` at minimum by changing the version of it to `@adobe-ccwebext/ccweb-add-on-sdk-types@0.1.6` in the `package.json`. The new types `0.2.0` types package will be used automatically for any new add-ons created. If you would like to update an existing add-on to the `0.2.0` version, you will need to update the `ccweb-add-on-sdk-typings.d.ts` file in your add-on with the content [here](https://github.com/adobe-ccwebext/ccweb-add-on-cli/blob/main/packages/wxp-sdk-typings/ccweb-add-on-sdk-typings.d.ts). @@ -134,7 +134,7 @@ If you're using the experimental Document Sandbox APIs (aka: Script Runtime) in ### Updates -- The [Communication API docs](../references/authoring/communication/index.md) in the [document sandbox Reference](../references/authoring/) section was updated to change the example code importing the SDK to a default import rather than a named import as it was previously: +- The [Communication API docs](../references/document-sandbox/communication/index.md) in the [document sandbox Reference](../references/document-sandbox/) section was updated to change the example code importing the SDK to a default import rather than a named import as it was previously: from: @@ -146,7 +146,7 @@ If you're using the experimental Document Sandbox APIs (aka: Script Runtime) in Note that you can now name the imported module whatever you'd like, but for simplicity in the examples, the name is kept the same. **Since these APIs are currently experimental, this change will not impact any in-production add-ons, *however*, it will require you to update any existing usage of these APIs in progress**. -- A **new 1.4.2 version of the CLI** was also released with an updated [`javascript-with-editor-apis` template](../references/authoring/index.md) reflecting the default SDK import noted in the first bullet above. The new CLI version will install automatically when you create a new add-on, or you can update existing add-ons by changing the version of the `ccweb-add-on-scripts` in the `package.json` to `1.4.2`. +- A **new 1.4.2 version of the CLI** was also released with an updated [`javascript-with-editor-apis` template](../references/document-sandbox/index.md) reflecting the default SDK import noted in the first bullet above. The new CLI version will install automatically when you create a new add-on, or you can update existing add-ons by changing the version of the `ccweb-add-on-scripts` in the `package.json` to `1.4.2`. - Updated the [FAQ](../guides/faq.md) with details on Experimental APIs and suppported file types for exported content. ## 2023-09-05 @@ -202,7 +202,7 @@ Added new code sample to demonstrate how to use SWC-React and set theme properti ### Added -- Added new [references section](../references/authoring/) for the document sandbox APIs. +- Added new [references section](../references/document-sandbox/) for the document sandbox APIs. ### Important notes on document sandbox APIs (aka Document Sandbox) @@ -246,7 +246,7 @@ Added new code sample to demonstrate how to use SWC-React and set theme properti ### Added -- Added new properties to the manifest reference for `renditionPreview` in the [`requirements`](../references/manifest/index.md#requirements) section, and the `script` property to the [`entryPoints`](../references/manifest/index.md#entrypoints) section to support the new experimental [document sandbox APIs](../references/authoring/). +- Added new properties to the manifest reference for `renditionPreview` in the [`requirements`](../references/manifest/index.md#requirements) section, and the `script` property to the [`entryPoints`](../references/manifest/index.md#entrypoints) section to support the new experimental [document sandbox APIs](../references/document-sandbox/). - Added [`DisableDragToDocument`](./addonsdk/addonsdk-app.md#disabledragtodocument-type-definition) and [`dropCancelReason`](../references/addonsdk/addonsdk-app.md#dragendeventdata) support to the [`addonsdk.app`](./addonsdk/addonsdk-app.md) reference. ## 2023-07-11 diff --git a/src/pages/references/authoring/communication/index.md b/src/pages/references/document-sandbox/communication/index.md similarity index 91% rename from src/pages/references/authoring/communication/index.md rename to src/pages/references/document-sandbox/communication/index.md index 07ea4050c..cc05eaff0 100644 --- a/src/pages/references/authoring/communication/index.md +++ b/src/pages/references/document-sandbox/communication/index.md @@ -20,7 +20,7 @@ hideBreadcrumbNav: true # Communication APIs -The communication APIs allow you to communicate between the document sandbox and the iframe where your add-on is running. +The communication APIs allow you to communicate between the document model sandbox (referred to as simply "document sandbox" throughout the rest of this guide), and the iframe where your add-on is running specifically via the add-on SDK methods available for the document sandbox. ## Overview @@ -31,6 +31,7 @@ The document sandbox and iframe runtime are two different runtime execution envi A default exported module from `AddOnScriptSdk` is provided to enable the communication between the iframe and the document sandbox via its' `instance.runtime` object. You can simply import the module into your script file code for use, and create a reference to the `runtime` object. For instance: ```js +// import addOnSandboxSdk from "add-on-sdk-document-sandbox" - TODOHS import AddOnScriptSdk from "AddOnScriptSdk"; // AddOnScriptSdk is a default import const { runtime } = AddOnScriptSdk.instance; // runtime object provides direct access to the comm methods @@ -47,6 +48,7 @@ This example shows how to expose APIs from the document sandbox SDK (via `code.j #### `code.js` ```js +// import addOnSandboxSdk from "add-on-sdk-document-sandbox" - TODOHS import AddOnScriptSdk from "AddOnScriptSdk"; const { runtime } = AddOnScriptSdk.instance; @@ -124,6 +126,7 @@ addOnUISdk.ready.then(async () => { #### `code.js` ```js +// import addOnSandboxSdk from "add-on-sdk-document-sandbox" - TODOHS import AddOnScriptSdk from "AddOnScriptSdk"; // default import const { runtime } = AddOnScriptSdk.instance; diff --git a/src/pages/references/authoring/editor/classes/ArtboardList.md b/src/pages/references/document-sandbox/document-apis/classes/ArtboardList.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ArtboardList.md rename to src/pages/references/document-sandbox/document-apis/classes/ArtboardList.md diff --git a/src/pages/references/authoring/editor/classes/ArtboardNode.md b/src/pages/references/document-sandbox/document-apis/classes/ArtboardNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ArtboardNode.md rename to src/pages/references/document-sandbox/document-apis/classes/ArtboardNode.md diff --git a/src/pages/references/authoring/editor/classes/Color.md b/src/pages/references/document-sandbox/document-apis/classes/Color.md similarity index 100% rename from src/pages/references/authoring/editor/classes/Color.md rename to src/pages/references/document-sandbox/document-apis/classes/Color.md diff --git a/src/pages/references/authoring/editor/classes/ComplexShapeNode.md b/src/pages/references/document-sandbox/document-apis/classes/ComplexShapeNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ComplexShapeNode.md rename to src/pages/references/document-sandbox/document-apis/classes/ComplexShapeNode.md diff --git a/src/pages/references/authoring/editor/classes/ContainerNode.md b/src/pages/references/document-sandbox/document-apis/classes/ContainerNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ContainerNode.md rename to src/pages/references/document-sandbox/document-apis/classes/ContainerNode.md diff --git a/src/pages/references/authoring/editor/classes/Context.md b/src/pages/references/document-sandbox/document-apis/classes/Context.md similarity index 100% rename from src/pages/references/authoring/editor/classes/Context.md rename to src/pages/references/document-sandbox/document-apis/classes/Context.md diff --git a/src/pages/references/authoring/editor/classes/Editor.md b/src/pages/references/document-sandbox/document-apis/classes/Editor.md similarity index 100% rename from src/pages/references/authoring/editor/classes/Editor.md rename to src/pages/references/document-sandbox/document-apis/classes/Editor.md diff --git a/src/pages/references/authoring/editor/classes/EllipseNode.md b/src/pages/references/document-sandbox/document-apis/classes/EllipseNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/EllipseNode.md rename to src/pages/references/document-sandbox/document-apis/classes/EllipseNode.md diff --git a/src/pages/references/authoring/editor/classes/ExpressRootNode.md b/src/pages/references/document-sandbox/document-apis/classes/ExpressRootNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ExpressRootNode.md rename to src/pages/references/document-sandbox/document-apis/classes/ExpressRootNode.md diff --git a/src/pages/references/authoring/editor/classes/FillableNode.md b/src/pages/references/document-sandbox/document-apis/classes/FillableNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/FillableNode.md rename to src/pages/references/document-sandbox/document-apis/classes/FillableNode.md diff --git a/src/pages/references/authoring/editor/classes/GridLayoutNode.md b/src/pages/references/document-sandbox/document-apis/classes/GridLayoutNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/GridLayoutNode.md rename to src/pages/references/document-sandbox/document-apis/classes/GridLayoutNode.md diff --git a/src/pages/references/authoring/editor/classes/GroupNode.md b/src/pages/references/document-sandbox/document-apis/classes/GroupNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/GroupNode.md rename to src/pages/references/document-sandbox/document-apis/classes/GroupNode.md diff --git a/src/pages/references/authoring/editor/classes/ImageRectangleNode.md b/src/pages/references/document-sandbox/document-apis/classes/ImageRectangleNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ImageRectangleNode.md rename to src/pages/references/document-sandbox/document-apis/classes/ImageRectangleNode.md diff --git a/src/pages/references/authoring/editor/classes/ItemList.md b/src/pages/references/document-sandbox/document-apis/classes/ItemList.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ItemList.md rename to src/pages/references/document-sandbox/document-apis/classes/ItemList.md diff --git a/src/pages/references/authoring/editor/classes/LineNode.md b/src/pages/references/document-sandbox/document-apis/classes/LineNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/LineNode.md rename to src/pages/references/document-sandbox/document-apis/classes/LineNode.md diff --git a/src/pages/references/authoring/editor/classes/MediaContainerNode.md b/src/pages/references/document-sandbox/document-apis/classes/MediaContainerNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/MediaContainerNode.md rename to src/pages/references/document-sandbox/document-apis/classes/MediaContainerNode.md diff --git a/src/pages/references/authoring/editor/classes/Node.md b/src/pages/references/document-sandbox/document-apis/classes/Node.md similarity index 100% rename from src/pages/references/authoring/editor/classes/Node.md rename to src/pages/references/document-sandbox/document-apis/classes/Node.md diff --git a/src/pages/references/authoring/editor/classes/PageList.md b/src/pages/references/document-sandbox/document-apis/classes/PageList.md similarity index 100% rename from src/pages/references/authoring/editor/classes/PageList.md rename to src/pages/references/document-sandbox/document-apis/classes/PageList.md diff --git a/src/pages/references/authoring/editor/classes/PageNode.md b/src/pages/references/document-sandbox/document-apis/classes/PageNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/PageNode.md rename to src/pages/references/document-sandbox/document-apis/classes/PageNode.md diff --git a/src/pages/references/authoring/editor/classes/PathNode.md b/src/pages/references/document-sandbox/document-apis/classes/PathNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/PathNode.md rename to src/pages/references/document-sandbox/document-apis/classes/PathNode.md diff --git a/src/pages/references/authoring/editor/classes/ReadOnlyItemList.md b/src/pages/references/document-sandbox/document-apis/classes/ReadOnlyItemList.md similarity index 100% rename from src/pages/references/authoring/editor/classes/ReadOnlyItemList.md rename to src/pages/references/document-sandbox/document-apis/classes/ReadOnlyItemList.md diff --git a/src/pages/references/authoring/editor/classes/RectangleNode.md b/src/pages/references/document-sandbox/document-apis/classes/RectangleNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/RectangleNode.md rename to src/pages/references/document-sandbox/document-apis/classes/RectangleNode.md diff --git a/src/pages/references/authoring/editor/classes/RestrictedItemList.md b/src/pages/references/document-sandbox/document-apis/classes/RestrictedItemList.md similarity index 100% rename from src/pages/references/authoring/editor/classes/RestrictedItemList.md rename to src/pages/references/document-sandbox/document-apis/classes/RestrictedItemList.md diff --git a/src/pages/references/authoring/editor/classes/StrokableNode.md b/src/pages/references/document-sandbox/document-apis/classes/StrokableNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/StrokableNode.md rename to src/pages/references/document-sandbox/document-apis/classes/StrokableNode.md diff --git a/src/pages/references/authoring/editor/classes/TextNode.md b/src/pages/references/document-sandbox/document-apis/classes/TextNode.md similarity index 100% rename from src/pages/references/authoring/editor/classes/TextNode.md rename to src/pages/references/document-sandbox/document-apis/classes/TextNode.md diff --git a/src/pages/references/authoring/editor/enums/ArrowHeadType.md b/src/pages/references/document-sandbox/document-apis/enums/ArrowHeadType.md similarity index 100% rename from src/pages/references/authoring/editor/enums/ArrowHeadType.md rename to src/pages/references/document-sandbox/document-apis/enums/ArrowHeadType.md diff --git a/src/pages/references/authoring/editor/enums/BlendMode.md b/src/pages/references/document-sandbox/document-apis/enums/BlendMode.md similarity index 100% rename from src/pages/references/authoring/editor/enums/BlendMode.md rename to src/pages/references/document-sandbox/document-apis/enums/BlendMode.md diff --git a/src/pages/references/authoring/editor/enums/ColorSpace.md b/src/pages/references/document-sandbox/document-apis/enums/ColorSpace.md similarity index 100% rename from src/pages/references/authoring/editor/enums/ColorSpace.md rename to src/pages/references/document-sandbox/document-apis/enums/ColorSpace.md diff --git a/src/pages/references/authoring/editor/enums/FillRule.md b/src/pages/references/document-sandbox/document-apis/enums/FillRule.md similarity index 100% rename from src/pages/references/authoring/editor/enums/FillRule.md rename to src/pages/references/document-sandbox/document-apis/enums/FillRule.md diff --git a/src/pages/references/authoring/editor/enums/FillType.md b/src/pages/references/document-sandbox/document-apis/enums/FillType.md similarity index 100% rename from src/pages/references/authoring/editor/enums/FillType.md rename to src/pages/references/document-sandbox/document-apis/enums/FillType.md diff --git a/src/pages/references/authoring/editor/enums/SceneNodeType.md b/src/pages/references/document-sandbox/document-apis/enums/SceneNodeType.md similarity index 100% rename from src/pages/references/authoring/editor/enums/SceneNodeType.md rename to src/pages/references/document-sandbox/document-apis/enums/SceneNodeType.md diff --git a/src/pages/references/authoring/editor/enums/StrokePosition.md b/src/pages/references/document-sandbox/document-apis/enums/StrokePosition.md similarity index 100% rename from src/pages/references/authoring/editor/enums/StrokePosition.md rename to src/pages/references/document-sandbox/document-apis/enums/StrokePosition.md diff --git a/src/pages/references/authoring/editor/enums/TextAlignment.md b/src/pages/references/document-sandbox/document-apis/enums/TextAlignment.md similarity index 100% rename from src/pages/references/authoring/editor/enums/TextAlignment.md rename to src/pages/references/document-sandbox/document-apis/enums/TextAlignment.md diff --git a/src/pages/references/authoring/editor/index.md b/src/pages/references/document-sandbox/document-apis/index.md similarity index 100% rename from src/pages/references/authoring/editor/index.md rename to src/pages/references/document-sandbox/document-apis/index.md diff --git a/src/pages/references/authoring/editor/interfaces/BitmapImage.md b/src/pages/references/document-sandbox/document-apis/interfaces/BitmapImage.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/BitmapImage.md rename to src/pages/references/document-sandbox/document-apis/interfaces/BitmapImage.md diff --git a/src/pages/references/authoring/editor/interfaces/ColorFill.md b/src/pages/references/document-sandbox/document-apis/interfaces/ColorFill.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/ColorFill.md rename to src/pages/references/document-sandbox/document-apis/interfaces/ColorFill.md diff --git a/src/pages/references/authoring/editor/interfaces/Fill.md b/src/pages/references/document-sandbox/document-apis/interfaces/Fill.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/Fill.md rename to src/pages/references/document-sandbox/document-apis/interfaces/Fill.md diff --git a/src/pages/references/authoring/editor/interfaces/IFillableNode.md b/src/pages/references/document-sandbox/document-apis/interfaces/IFillableNode.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/IFillableNode.md rename to src/pages/references/document-sandbox/document-apis/interfaces/IFillableNode.md diff --git a/src/pages/references/authoring/editor/interfaces/IRectangularNode.md b/src/pages/references/document-sandbox/document-apis/interfaces/IRectangularNode.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/IRectangularNode.md rename to src/pages/references/document-sandbox/document-apis/interfaces/IRectangularNode.md diff --git a/src/pages/references/authoring/editor/interfaces/IStrokableNode.md b/src/pages/references/document-sandbox/document-apis/interfaces/IStrokableNode.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/IStrokableNode.md rename to src/pages/references/document-sandbox/document-apis/interfaces/IStrokableNode.md diff --git a/src/pages/references/authoring/editor/interfaces/ListItem.md b/src/pages/references/document-sandbox/document-apis/interfaces/ListItem.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/ListItem.md rename to src/pages/references/document-sandbox/document-apis/interfaces/ListItem.md diff --git a/src/pages/references/authoring/editor/interfaces/RectangleGeometry.md b/src/pages/references/document-sandbox/document-apis/interfaces/RectangleGeometry.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/RectangleGeometry.md rename to src/pages/references/document-sandbox/document-apis/interfaces/RectangleGeometry.md diff --git a/src/pages/references/authoring/editor/interfaces/Stroke.md b/src/pages/references/document-sandbox/document-apis/interfaces/Stroke.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/Stroke.md rename to src/pages/references/document-sandbox/document-apis/interfaces/Stroke.md diff --git a/src/pages/references/authoring/editor/interfaces/StrokeOptions.md b/src/pages/references/document-sandbox/document-apis/interfaces/StrokeOptions.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/StrokeOptions.md rename to src/pages/references/document-sandbox/document-apis/interfaces/StrokeOptions.md diff --git a/src/pages/references/authoring/editor/interfaces/Utils.md b/src/pages/references/document-sandbox/document-apis/interfaces/Utils.md similarity index 100% rename from src/pages/references/authoring/editor/interfaces/Utils.md rename to src/pages/references/document-sandbox/document-apis/interfaces/Utils.md diff --git a/src/pages/references/authoring/editor/modules/Constants.md b/src/pages/references/document-sandbox/document-apis/modules/Constants.md similarity index 100% rename from src/pages/references/authoring/editor/modules/Constants.md rename to src/pages/references/document-sandbox/document-apis/modules/Constants.md diff --git a/src/pages/references/authoring/editor/overview.md b/src/pages/references/document-sandbox/document-apis/overview.md similarity index 100% rename from src/pages/references/authoring/editor/overview.md rename to src/pages/references/document-sandbox/document-apis/overview.md diff --git a/src/pages/references/authoring/index.md b/src/pages/references/document-sandbox/index.md similarity index 91% rename from src/pages/references/authoring/index.md rename to src/pages/references/document-sandbox/index.md index f55472672..afd8c224f 100644 --- a/src/pages/references/authoring/index.md +++ b/src/pages/references/document-sandbox/index.md @@ -39,7 +39,7 @@ The document sandbox does NOT provide a full fledged browser’s JavaScript exec ### Document APIs -The [document APIs](./editor/) provide access to the user's document structure and properties, and allow you to make changes and author content to the Adobe Express document via the provided APIs. +The [document APIs](./document-apis/) provide access to the user's document structure and properties, and allow you to make changes and author content to the Adobe Express document via the provided APIs. @@ -75,7 +75,7 @@ To use the document sandbox APIs in your add-on, start by defining a new `script ] ``` -The JavaScript code in the file referenced can then access any of the injected global objects and module APIs defined in all of the APIs outlined in this set of references ([communication APIs](./communication/), [Web APIs](./web/) and [document APIs](./editor/)). +The JavaScript code in the file referenced can then access any of the injected global objects and module APIs defined in all of the APIs outlined in this set of references ([communication APIs](./communication/), [Web APIs](./web/) and [document APIs](./document-apis/)). ### CLI Generated Script Runtime Add-on @@ -119,12 +119,12 @@ Demonstrates the use of the communication APIs to expose and proxy APIs bidirect ### [editor-apis sample](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/editor-apis) -Demonstrates how to use the [document APIs](./editor/) to create various shapes and add them to the document. +Demonstrates how to use the [document APIs](./document-apis/) to create various shapes and add them to the document. ### [image-and-page sample](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/image-and-page) -A more comprehensive example of using the [document APIs](./editor/) to add a page, images and shapes, as well as clear the artboard. +A more comprehensive example of using the [document APIs](./document-apis/) to add a page, images and shapes, as well as clear the artboard. ## Debugging script based add-ons -Debugging with breakpoints from the document sandbox (via `code.js`) is currently not supported and for the time-being, only console logging (via `console.log()`) can be used. However, support for debugging by applying breakpoints in the code will be available in the near future. Please refer to [Example Code Snippet](./editor/index.md#example-code-snippet), where a `rectangle` object is printed to console for debugging purpose. +Debugging with breakpoints from the document sandbox (via `code.js`) is currently not supported and for the time-being, only console logging (via `console.log()`) can be used. However, support for debugging by applying breakpoints in the code will be available in the near future. Please refer to [Example Code Snippet](./document-apis/index.md#example-code-snippet), where a `rectangle` object is printed to console for debugging purpose. diff --git a/src/pages/references/authoring/web/index.md b/src/pages/references/document-sandbox/web/index.md similarity index 100% rename from src/pages/references/authoring/web/index.md rename to src/pages/references/document-sandbox/web/index.md diff --git a/src/pages/references/index.md b/src/pages/references/index.md index ceb7685e7..6e2d80b4f 100644 --- a/src/pages/references/index.md +++ b/src/pages/references/index.md @@ -8,7 +8,7 @@ A [traversable developer reference](./addonsdk/) for the add-on SDK where you wi ## Document Sandbox Reference -The [document sandbox](./authoring/) is a sandboxed JavaScript execution environment, which allows to execute add-on's JavaScript code securely and synchronously in another JavaScript environment e.g., browser. +The [document sandbox](./document-sandbox/) is a sandboxed JavaScript execution environment, which allows to execute add-on's JavaScript code securely and synchronously in another JavaScript environment e.g., browser. ## Manifest Schema Reference diff --git a/src/pages/references/manifest/index.md b/src/pages/references/manifest/index.md index 5f04056c4..31ae3e2b4 100644 --- a/src/pages/references/manifest/index.md +++ b/src/pages/references/manifest/index.md @@ -132,7 +132,7 @@ The following platform values are currently supported in the `supportedDeviceCla | `type` | `string` | The type of the entry point. Currently supported values: `"panel"`. | | `id` | `string` | Identifier for the entry point. Must be unique within the add-on. | | `main` | `string` | Main file for this entry point when launched. | -| `script` | `string` | File containing the JavaScript code to use with the [document sandbox SDK and Adobe Express Document APIs](../authoring/). **Currently experimental only, and requires the [`experimentalApis`](#entrypoints) flag to be set.** | +| `script` | `string` | File containing the JavaScript code to use with the [document sandbox SDK and Adobe Express Document APIs](../document-sandbox/). **Currently experimental only, and requires the [`experimentalApis`](#entrypoints) flag to be set.** | | [`permissions`](#entrypointspermissions) | `object` | The permissions defined for this entry point. | **Example:**
diff --git a/src/pages/samples.md b/src/pages/samples.md index c6bf3c63f..94c7a9b73 100644 --- a/src/pages/samples.md +++ b/src/pages/samples.md @@ -236,20 +236,20 @@ Allows users to create a QR code based on a URL and add it to their document. ## Document Sandbox Code Samples -The following [code samples](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples) have been provided to help you get started using the [Document Sandbox and Adobe Express Document APIs](./references/authoring/index.md). +The following [code samples](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples) have been provided to help you get started using the [Document Sandbox and Adobe Express Document APIs](./references/document-sandbox/index.md). -**IMPORTANT:** The [Document Sandbox API's](./references/authoring/index.md) are currently **experimental only**. Please do not use them in any add-ons you plan to distribute or submit with updates until they have been deemed stable. +**IMPORTANT:** The [Document Sandbox API's](./references/document-sandbox/index.md) are currently **experimental only**. Please do not use them in any add-ons you plan to distribute or submit with updates until they have been deemed stable. ### [communication-iframe-script-runtime sample](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/communication-iframe-script-runtime) -Demonstrates the use of the communication APIs to expose and proxy APIs bidirectionally between the iframe and document sandbox code environments. Also includes demonstrating how to use some of the [Web APIs](./references/authoring/web/) such as `setTimeout()` and `console.log()`. +Demonstrates the use of the communication APIs to expose and proxy APIs bidirectionally between the iframe and document sandbox code environments. Also includes demonstrating how to use some of the [Web APIs](./references/document-sandbox/web/) such as `setTimeout()` and `console.log()`. ### [editor-apis sample](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/editor-apis) -Demonstrates how to use the [document APIs](./references/authoring/editor/) to create various shapes and add them to the document. +Demonstrates how to use the [document APIs](./references/document-sandbox/document-apis/) to create various shapes and add them to the document. ### [image-and-page sample](https://github.com/AdobeDocs/express-add-on-samples/tree/main/script-runtime-samples/image-and-page) -A more comprehensive example of using the [document APIs](./references/authoring/editor/) to add a page, images and shapes, as well as clear the artboard. +A more comprehensive example of using the [document APIs](./references/document-sandbox/document-apis/) to add a page, images and shapes, as well as clear the artboard. From d4788914f4f9c91fc622010667bb5ce463fc063b Mon Sep 17 00:00:00 2001 From: Holly Schinsky Date: Tue, 21 Nov 2023 11:06:29 -0500 Subject: [PATCH 2/2] Fix for linter --- src/pages/references/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/references/changelog.md b/src/pages/references/changelog.md index 52793d8ed..761eb709f 100644 --- a/src/pages/references/changelog.md +++ b/src/pages/references/changelog.md @@ -23,14 +23,14 @@ contributors: ## 2023-11-6 - Added a [new tutorial section](../guides/tutorials/) to the Getting Started guides, including a new ["Building your first add-on with the Document API" tutorial](../guides/tutorials/grids-addon.md) by Davide Barranca. -- Updated the naming conventions from Script Runtime to Document Sandbox and Editor APIs to Adobe Express Document APIs. The Document Sandbox now includes the Communication APIs, Web APIs and the Document APIs. +- Updated the naming conventions from Script Runtime to Document Sandbox and Editor APIs to Adobe Express Document APIs. The Document Sandbox now includes the Communication APIs, Web APIs and the Document APIs. - Updated sample code snippets to use the `addOnUISdk` import name (vs `AddOnSDK`) similar to what's generated in the templates for consistency. ## 2023-10-26 ### Updates -New questions and answers added to the FAQ regarding Adobe's use of add-on data, where to file feature requests and more. +New questions and answers added to the FAQ regarding Adobe's use of add-on data, where to file feature requests and more. ## 2023-10-10