From bfc52fa4f887217c4b9daba094f654343eb1e081 Mon Sep 17 00:00:00 2001 From: Davide Barranca Date: Sat, 18 Nov 2023 16:31:02 +0100 Subject: [PATCH 1/3] Update naming --- src/pages/guides/tutorials/grids-addon.md | 62 +++++++++--------- .../images/grids-addon-communication.png | Bin 302999 -> 303834 bytes .../images/grids-addon-communicationapi.png | Bin 126199 -> 107957 bytes .../images/grids-addon-folder-structure.png | Bin 1724036 -> 1721294 bytes .../images/grids-addon-reference.png | Bin 504401 -> 413958 bytes 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/pages/guides/tutorials/grids-addon.md b/src/pages/guides/tutorials/grids-addon.md index a8a04c106..e4ac630d0 100644 --- a/src/pages/guides/tutorials/grids-addon.md +++ b/src/pages/guides/tutorials/grids-addon.md @@ -3,7 +3,7 @@ keywords: - Adobe Express - Express Add-on SDK - Express Document API - - Authoring Sandbox + - Document Sandbox - Adobe Express - Add-on SDK - SDK @@ -33,7 +33,7 @@ Your add-on will allow users to create a variable number of rows and columns, co ### Timestamp -This tutorial has been written by Davide Barranca, software developer and author from Italy. It's been first published on November 6th, 2023. +This tutorial has been written by Davide Barranca, software developer and author from Italy. It's been first published on November 6th, 2023 and last updated on November 18th, 2023. ### Prerequisites @@ -47,7 +47,7 @@ This tutorial has been written by Davide Barranca, software developer and author -[iframe and Authoring Sandbox communication](#the-communication-api) +[iframe and Document Sandbox communication](#the-communication-api) [Spectrum Web Components](#designing-the-ui-with-spectrum-web-components) @@ -67,10 +67,10 @@ This tutorial has been written by Davide Barranca, software developer and author ### Getting Started with the Document API -As part of the [Authoring Sandbox](/references/authoring/index.md), the Adobe Express Document API (from now on, Document API) is a powerful tool that extends the capabilities of Adobe Express add-ons, offering direct interaction with the open document. Let's take a moment to review the difference between the two core components of the architecture of an add-on. +As part of the [Document Sandbox](/references/authoring/index.md), the Adobe Express Document API (from now on, Document API) is a powerful tool that extends the capabilities of Adobe Express add-ons, offering direct interaction with the open document. Let's take a moment to review the difference between the two core components of the architecture of an add-on. - The **iframe** hosts the add-on User Interface and runs its internal logic. You can think about it as a web application operating in a sandboxed environment: it needs to be separate from the rest of the Adobe Express content for security reasons, which is precisely why the add-on is hosted within an `