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 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" />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments