diff --git a/src/pages/services/aem-universal-editor/api/commons/index.md b/src/pages/services/aem-universal-editor/api/commons/index.md index 9559f721..bf0d5428 100644 --- a/src/pages/services/aem-universal-editor/api/commons/index.md +++ b/src/pages/services/aem-universal-editor/api/commons/index.md @@ -139,7 +139,7 @@ Available data in the editor state: | Key | Type | Sample | Description | |-----|---------------------------|-----------------------------------------------------------------------|-------------| -| connections | `obj` | { "aemconnection": "aem:%auth_instance_url%" } | [Connections](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started#connections) which are used in the app are stored as tags in the page’s . | +| connections | `obj` | { "aemconnection": "aem:%auth_instance_url%" } | [Connections](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started#connections) which are used in the app are stored as `` tags in the page’s ``. | | selected | `obj` | {fcb38012-c4c7-51a8-896c-79e76kjk: true} | Element that is currently edited. | | editables | `[objects]` | Array[{id: '33661..", type: 'reference', resource: "urn:..., ..}, {}] | List of elements that might be edited. The editable element object includes [proper metadata](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/attributes-types). | | location | `string` | "%locationString%" | The current page location |