Skip to content

Commit 5491106

Browse files
committed
feat(power apps): added brand component #1178
1 parent be1cecc commit 5491106

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build-power-apps/DBUI/DBUI.cdsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<ProjectReference Include="..\checkbox\DBCheckbox.pcfproj" />
5353
<ProjectReference Include="..\radio\DBRadio.pcfproj" />
5454
<ProjectReference Include="..\infotext\DBInfotext.pcfproj" />
55+
<ProjectReference Include="..\infotext\DBBrand.pcfproj" />
5556
</ItemGroup>
5657

5758
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />

packages/components/src/components/brand/brand.lite.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ useMetadata({
77
component: {
88
// MS Power Apps
99
includeIcon: false,
10-
properties: []
10+
properties: [
11+
{ name: 'anchorRef', type: 'SingleLine.URL' },
12+
{ name: 'children', type: 'SingleLine.Text' },
13+
{ name: 'title', type: 'SingleLine.Text' },
14+
{ name: 'imgAlt', type: 'SingleLine.Text' },
15+
]
1116
}
1217
});
1318

0 commit comments

Comments
 (0)