From c5977ce98faa2b0ff138957e2daf830b8e276944 Mon Sep 17 00:00:00 2001 From: Padma Jayaraman Date: Thu, 31 Oct 2024 00:14:27 +0530 Subject: [PATCH] Fixed alignment --- windows/configuration/start/layout.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/configuration/start/layout.md b/windows/configuration/start/layout.md index 2bc5402a79..81f5d11c75 100644 --- a/windows/configuration/start/layout.md +++ b/windows/configuration/start/layout.md @@ -427,13 +427,13 @@ You can edit the JSON file to make any modifications to the **Pinned** section o 1. Open the `LayoutModification.json` file in a JSON editor, such as Visual Studio Code or Notepad 1. The `pinnedList` section includes all the pins that are applied to the Start layout -You can add more apps to the section using the following keys: + You can add more apps to the section using the following keys: -| Key | Description | -|--|--| -| `packagedAppID` | Used for Universal Windows Platform (UWP) apps. To pin a UWP app, use the app's AUMID. | -| `desktopAppID` | Used for desktop apps. To pin a desktop app, use the app's AUMID. If the app doesn't have an AUMID, use the `desktopAppLink` instead. | -| `desktopAppLink` | Used for desktop apps that don't have an associated AUMID. To pin this type of app, use the path to the `.lnk` shortcut that points to the app. | + | Key | Description | + |--|--| + | `packagedAppID` | Used for Universal Windows Platform (UWP) apps. To pin a UWP app, use the app's AUMID. | + | `desktopAppID` | Used for desktop apps. To pin a desktop app, use the app's AUMID. If the app doesn't have an AUMID, use the `desktopAppLink` instead. | + | `desktopAppLink` | Used for desktop apps that don't have an associated AUMID. To pin this type of app, use the path to the `.lnk` shortcut that points to the app. | ::: zone-end