Skip to content

Commit

Permalink
feat(power apps): added brand component #1178
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jun 23, 2023
1 parent be1cecc commit 5491106
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-power-apps/DBUI/DBUI.cdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<ProjectReference Include="..\checkbox\DBCheckbox.pcfproj" />
<ProjectReference Include="..\radio\DBRadio.pcfproj" />
<ProjectReference Include="..\infotext\DBInfotext.pcfproj" />
<ProjectReference Include="..\infotext\DBBrand.pcfproj" />
</ItemGroup>

<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
Expand Down
7 changes: 6 additions & 1 deletion packages/components/src/components/brand/brand.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ useMetadata({
component: {
// MS Power Apps
includeIcon: false,
properties: []
properties: [
{ name: 'anchorRef', type: 'SingleLine.URL' },
{ name: 'children', type: 'SingleLine.Text' },
{ name: 'title', type: 'SingleLine.Text' },
{ name: 'imgAlt', type: 'SingleLine.Text' },
]
}
});

Expand Down

0 comments on commit 5491106

Please sign in to comment.