You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/power-apps-yaml.md
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: V source code files for canvas apps (pa.yaml)
2
+
title: View source code files for canvas apps (pa.yaml)
3
3
description: Learn about how to view source code files for canvas apps.
4
4
author: marcelbf
5
5
ms.author: marcelbf
@@ -147,16 +147,6 @@ Updates from the previous format include:
147
147
2. Control Version Specification:
148
148
- 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.
149
149
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.
151
151
4. Consistent ZIndex for All Controls:
152
152
- 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|
0 commit comments