Skip to content

Commit

Permalink
Updated Namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdurow committed Nov 18, 2022
1 parent b572665 commit d125dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code-component/PowerDragDrop/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="dev1" constructor="PowerDragDrop" version="1.0.19" display-name-key="PowerDragDrop" description-key="PowerDragDrop_Desc" control-type="standard">
<control namespace="CustomControl" constructor="PowerDragDrop" version="1.0.19" display-name-key="PowerDragDrop" description-key="PowerDragDrop_Desc" control-type="standard">
<!--external-service-usage node declares whether this 3rd party PCF control is using external service or not, if yes, this control will be considered as premium and please also add the external domain it is using.-->
<external-service-usage enabled="false"></external-service-usage>
<property name="DropZoneID" description-key="DropZoneID_Desc" display-name-key="DropZoneID" required="true" usage="input" of-type="SingleLine.Text"/>
Expand Down
2 changes: 1 addition & 1 deletion solution/src/Other/Solution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<EMailAddress xsi:nil="true"></EMailAddress>
<SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl>
<!-- Customization Prefix for the Cds Publisher-->
<CustomizationPrefix>dev1</CustomizationPrefix>
<CustomizationPrefix>pdd</CustomizationPrefix>
<!-- Derived Option Value Prefix for the Customization Prefix of Cds Publisher -->
<CustomizationOptionValuePrefix>93388</CustomizationOptionValuePrefix>
<Addresses>
Expand Down

0 comments on commit d125dee

Please sign in to comment.