Skip to content

Commit ccbfab2

Browse files
authored
Update power-apps-yaml.md
minor updates
1 parent fcb1f17 commit ccbfab2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

powerapps-docs/maker/canvas-apps/power-apps-yaml.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: V source code files for canvas apps (pa.yaml)
2+
title: View source code files for canvas apps (pa.yaml)
33
description: Learn about how to view source code files for canvas apps.
44
author: marcelbf
55
ms.author: marcelbf
@@ -147,16 +147,6 @@ Updates from the previous format include:
147147
2. Control Version Specification:
148148
- You can now specify the version of a control using the Control Keyword followed by the **@** operator. If no version is specified, the most current version of the control is used.
149149
3. Simplified Variant Names:
150-
- Not all controls require a variant. For controls that do require a variant, the name is simplified and more user-friendly.
150+
- Not all controls require a variant.
151151
4. Consistent ZIndex for All Controls:
152152
- All controls now use an ascending order to determine the ZIndex value, starting from 1. This behavior aligns with the [CSS 2 spec](https://drafts.csswg.org/css2/#z-index).
153-
154-
155-
156-
## Schema updates
157-
158-
|Change|Authoring version|Description|
159-
|---|---|---|
160-
|Initial Version|---|Initial version, support simple controls|
161-
162-

0 commit comments

Comments
 (0)