Skip to content

Commit

Permalink
Fixed readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
anpetroc committed May 13, 2024
1 parent ebd0a3f commit f48fa38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changes-from-pasopa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ The Power Apps Source Packager (PASopa) generates a YAML file format decribed in

## Removed "As" operator
"As" operator is replaced with a separate line `Control: Button` for example. This is to make the format more readable and to avoid the need to escape the colon in the name of the control.

![Removed As](images/removed-as.png)

## Added ordering of controls
Controls are ordered in the order they appear in the source file.

![Added Order](images/added-order.png)

## Removed ZIndex
Expand Down

0 comments on commit f48fa38

Please sign in to comment.