File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/components/src/components/brand Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 52
52
<ProjectReference Include =" ..\checkbox\DBCheckbox.pcfproj" />
53
53
<ProjectReference Include =" ..\radio\DBRadio.pcfproj" />
54
54
<ProjectReference Include =" ..\infotext\DBInfotext.pcfproj" />
55
+ <ProjectReference Include =" ..\infotext\DBBrand.pcfproj" />
55
56
</ItemGroup >
56
57
57
58
<Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" />
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ useMetadata({
7
7
component : {
8
8
// MS Power Apps
9
9
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
+ ]
11
16
}
12
17
} ) ;
13
18
You can’t perform that action at this time.
0 commit comments