diff --git a/src/pages/guides/tutorials/grids-addon.md b/src/pages/guides/tutorials/grids-addon.md index a8a04c106..80a886542 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 Model Sandbox - Adobe Express - Add-on SDK - SDK @@ -13,8 +13,6 @@ keywords: - API title: Building your first add-on with the Document API description: This is an in-depth tutorial that will guide you in the creation of a Grids add-on for Adobe Express using the Document API -published: 2023-11-05 -updated: 2023-11-06 contributors: - https://github.com/undavide --- @@ -33,7 +31,11 @@ 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](https://www.davidebarranca.com), software developer and author from Italy. It's been first published on November 6th, 2023 and last updated on November 21st, 2023 with the following changes: + +- Editor API are now called the Document API, which are part of the Document Model Sandbox. +- Update the add-on folders to reflect the new naming convention (`script` is now `documentSandbox`). +- Update Reference Documentation links and screenshots. ### Prerequisites @@ -47,7 +49,7 @@ This tutorial has been written by Davide Barranca, software developer and author -[iframe and Authoring Sandbox communication](#the-communication-api) +[iframe and Document Model Sandbox communication](#the-communication-api) [Spectrum Web Components](#designing-the-ui-with-spectrum-web-components) @@ -67,10 +69,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 Model Sandbox](/references/document-sandbox/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 `