Skip to content

Commit 5d38159

Browse files
authored
Merge pull request MicrosoftDocs#4503 from MicrosoftDocs/clientissues
Adding metadata
2 parents be1e360 + 70a07e4 commit 5d38159

File tree

7 files changed

+11
-4
lines changed

7 files changed

+11
-4
lines changed

powerapps-docs/developer/component-framework/custom-controls-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Use the Power Apps component framework to create code components t
44
manager: kvivek
55
ms.date: 09/05/2019
66
ms.service: "powerapps"
7+
ms.custom: "intro-internal"
78
ms.topic: "article"
89
ms.assetid: 135481cd-4583-4e49-8f58-02f32a9b054a
910
ms.author: "nabuthuk"

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Learn how to implement code components using Power Apps component
44
manager: kvivek
55
ms.date: 04/01/2021
66
ms.service: "powerapps"
7+
ms.custom: "intro-internal"
78
ms.topic: "index-page"
89
ms.assetid: 18e88d702-3349-4022-a7d8-a9adf52cd34f
910
ms.author: "nabuthuk"
@@ -401,7 +402,7 @@ To add the code components to a canvas app, follow the steps in the article [Add
401402
[Download sample components](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework)<br/>
402403
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
403404
[Update existing Power Apps component framework components](updating-existing-controls.md)<br/>
404-
[Microsoft Power Platform Build Tools](https://docs.microsoft.com/powerapps/developer/data-platform/build-tools-overview)<br/>
405+
[Microsoft Power Platform Build Tools](/powerapps/developer/data-platform/build-tools-overview)<br/>
405406
[Power Apps component framework API reference](reference/index.md)<br/>
406407
[Power Apps component framework overview](overview.md)
407408

powerapps-docs/developer/model-driven-apps/client-scripting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: ''
55
suite: powerapps
66
author: KumarVivek
77
ms.service: powerapps
8+
ms.custom: "intro-internal"
89
ms.topic: article
910
ms.date: 04/15/2021
1011
ms.author: kvivek

powerapps-docs/developer/model-driven-apps/customize-commands-ribbon.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Microsoft Dataverse displays commands in different ways depending
44
keywords: ""
55
ms.date: 04/15/2021
66
ms.service: powerapps
7+
ms.custom: "intro-internal"
78
ms.topic: article
89
ms.assetid: 926364b0-ede6-00e9-39d4-5aae5e00be0b
910
author: Nkrb # GitHub ID

powerapps-docs/developer/model-driven-apps/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ manager: kvivek
77
editor: ''
88
tags: ''
99
ms.service: powerapps
10+
ms.custom: "intro-internal"
1011
ms.devlang: na
1112
ms.topic: article
1213
ms.tgt_pltfrm: na

powerapps-docs/developer/model-driven-apps/web-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Web Resources (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Web resources are virtual files that are stored in the Microsoft Dataverse database and that you can retrieve by using a unique URL address." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.custom: ""
54
ms.date: 04/15/2021
65
ms.reviewer: ""
76
ms.service: powerapps
7+
ms.custom: "intro-internal"
88
ms.topic: "article"
99
author: "KumarVivek" # GitHub ID
1010
ms.author: "kvivek" # MSFT alias of Microsoft employees only

powerapps-docs/maker/canvas-apps/working-with-formulas.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ description: In Power Apps, use formulas to customize a canvas app.
44
author: gregli-msft
55
manager: kvivek
66
ms.service: powerapps
7+
ms.custom:
8+
- "intro-internal"
9+
- "canvas"
710
ms.topic: conceptual
8-
ms.custom: canvas
911
ms.reviewer: tapanm
1012
ms.date: 03/01/2019
1113
ms.author: gregli
@@ -124,7 +126,7 @@ You can configure your app with formulas so that users can change your app's app
124126

125127
As you type the closing parenthesis, the screen's background will change to dark gray based on the default value of each slider, which is **50**. At the moment when you finish typing the formula, it's calculated and used as the value of the background fill color. You can interact with your app while in the default workspace without needing to open Preview:
126128

127-
![Change the maximum value of each slider](./media/working-with-formulas/three-sliders-complete-rgba.png)
129+
![Change the maximum value of each slider 1](./media/working-with-formulas/three-sliders-complete-rgba.png)
128130
5. Adjust the sliders, and see how your changes affect the background color.
129131

130132
As each slider changes, the formula that contains the **[RGBA](functions/function-colors.md)** function is recalculated, which immediately changes how the screen appears.

0 commit comments

Comments
 (0)