Skip to content

Commit 98924df

Browse files
committed
customizations xml
1 parent eb54696 commit 98924df

File tree

57 files changed

+5564
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5564
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ dist
138138
vite.config.js.timestamp-*
139139
vite.config.ts.timestamp-*
140140
src/broadcast-pcf/appmodulepicker/push.bat
141+
export-solution.ps1
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<SiteMapUniqueName>fdn_AppNotificationBroadcastsManagement</SiteMapUniqueName>
4+
<EnableCollapsibleGroups>False</EnableCollapsibleGroups>
5+
<ShowHome>True</ShowHome>
6+
<ShowPinned>True</ShowPinned>
7+
<ShowRecents>True</ShowRecents>
8+
<SiteMap IntroducedVersion="7.0.0.0">
9+
<Area Id="area_350c7dcb" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0">
10+
<Titles>
11+
<Title LCID="1033" Title="Area1" />
12+
</Titles>
13+
<Group Id="group_742c6a9f" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown">
14+
<Titles>
15+
<Title LCID="1033" Title="Notification Management" />
16+
<Title LCID="1036" Title="Gestion des notifications" />
17+
</Titles>
18+
<SubArea Id="subarea_a79e1ba4" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="fdn_broadcastappnotification" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" />
19+
</Group>
20+
</Area>
21+
</SiteMap>
22+
<LocalizedNames>
23+
<LocalizedName description="AppNotification Broadcasts Management" languagecode="1033" />
24+
</LocalizedNames>
25+
</AppModuleSiteMap>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<SiteMapUniqueName>fdn_AppNotificationBroadcastsManagement</SiteMapUniqueName>
4+
<EnableCollapsibleGroups>False</EnableCollapsibleGroups>
5+
<ShowHome>True</ShowHome>
6+
<ShowPinned>True</ShowPinned>
7+
<ShowRecents>True</ShowRecents>
8+
<SiteMap IntroducedVersion="7.0.0.0">
9+
<Area Id="area_350c7dcb" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0">
10+
<Titles>
11+
<Title LCID="1033" Title="Area1" />
12+
</Titles>
13+
<Group Id="group_742c6a9f" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown">
14+
<Titles>
15+
<Title LCID="1033" Title="Notification Management" />
16+
<Title LCID="1036" Title="Gestion des notifications" />
17+
</Titles>
18+
<SubArea Id="subarea_a79e1ba4" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="fdn_broadcastappnotification" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" />
19+
</Group>
20+
</Area>
21+
</SiteMap>
22+
<LocalizedNames>
23+
<LocalizedName description="AppNotification Broadcasts Management" languagecode="1033" />
24+
</LocalizedNames>
25+
</AppModuleSiteMap>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppModule>
3+
<UniqueName>fdn_AppNotificationBroadcastsManagement</UniqueName>
4+
<IntroducedVersion>1.0.0.0</IntroducedVersion>
5+
<WebResourceId>953b9fac-1e5e-e611-80d6-00155ded156f</WebResourceId>
6+
<OptimizedFor></OptimizedFor>
7+
<statecode>0</statecode>
8+
<statuscode>1</statuscode>
9+
<FormFactor>1</FormFactor>
10+
<ClientType>4</ClientType>
11+
<NavigationType>0</NavigationType>
12+
<AppModuleComponents>
13+
<AppModuleComponent type="1" schemaName="fdn_broadcastappnotification" />
14+
<AppModuleComponent type="1" schemaName="fdn_localizednotificationcontent" />
15+
<AppModuleComponent type="62" schemaName="fdn_AppNotificationBroadcastsManagement" />
16+
</AppModuleComponents>
17+
<AppModuleRoleMaps>
18+
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" />
19+
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" />
20+
</AppModuleRoleMaps>
21+
<LocalizedNames>
22+
<LocalizedName description="AppNotification Broadcasts Management" languagecode="1033" />
23+
</LocalizedNames>
24+
<appsettings>
25+
<appsetting settingdefinitionid.uniquename="AppChannel">
26+
<iscustomizable>1</iscustomizable>
27+
<value>1</value>
28+
</appsetting>
29+
</appsettings>
30+
</AppModule>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppModule>
3+
<UniqueName>fdn_AppNotificationBroadcastsManagement</UniqueName>
4+
<IntroducedVersion>1.0.0.0</IntroducedVersion>
5+
<WebResourceId>953b9fac-1e5e-e611-80d6-00155ded156f</WebResourceId>
6+
<OptimizedFor></OptimizedFor>
7+
<statecode>0</statecode>
8+
<statuscode>1</statuscode>
9+
<FormFactor>1</FormFactor>
10+
<ClientType>4</ClientType>
11+
<NavigationType>0</NavigationType>
12+
<AppModuleComponents>
13+
<AppModuleComponent type="1" schemaName="fdn_broadcastappnotification" />
14+
<AppModuleComponent type="1" schemaName="fdn_localizednotificationcontent" />
15+
<AppModuleComponent type="62" schemaName="fdn_AppNotificationBroadcastsManagement" />
16+
</AppModuleComponents>
17+
<AppModuleRoleMaps>
18+
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" />
19+
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" />
20+
</AppModuleRoleMaps>
21+
<LocalizedNames>
22+
<LocalizedName description="AppNotification Broadcasts Management" languagecode="1033" />
23+
</LocalizedNames>
24+
<appsettings>
25+
<appsetting settingdefinitionid.uniquename="AppChannel">
26+
<iscustomizable>1</iscustomizable>
27+
<value>1</value>
28+
</appsetting>
29+
</appsettings>
30+
</AppModule>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<manifest><control namespace="Broadcast" constructor="AppModulePicker" version="0.0.1" display-name-key="AppModulePicker" description-key="AppModulePicker description" control-type="virtual" api-version="1.3.18"><external-service-usage enabled="false" /><property name="MainField" display-name-key="MainField" description-key="Main field to bound the control on" of-type="SingleLine.Text" usage="bound" required="true" /><resources><code path="bundle.js" order="1" /><platform-library name="React" version="16.14.0" /><platform-library name="Fluent" version="9.46.2" /></resources><feature-usage><uses-feature name="WebAPI" required="true" /></feature-usage><built-by name="pac" version="1.47.1" /></control></manifest>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<CustomControl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<Name>fdn_Broadcast.AppModulePicker</Name>
4+
<FileName>/Controls/fdn_Broadcast.AppModulePicker/ControlManifest.xml</FileName>
5+
</CustomControl>

0 commit comments

Comments
 (0)