You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--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.
5
-
If it is not using any external service, please set the enabled="false" and DO NOT add any domain below. The "enabled" will be false by default.
6
-
Example1:
7
-
<external-service-usage enabled="true">
8
-
<domain>www.Microsoft.com</domain>
9
-
</external-service-usage>
10
-
Example2:
11
-
<external-service-usage enabled="false">
12
-
</external-service-usage>
13
-
-->
14
-
<external-service-usageenabled="false">
15
-
<!--UNCOMMENT TO ADD EXTERNAL DOMAINS
16
-
<domain></domain>
17
-
<domain></domain>
18
-
-->
19
-
</external-service-usage>
20
-
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
<propertyname="DateFormat"display-name-key="Date Format"description-key="Please select date format"of-type="Enum"usage="input"required="true"default-value="0">
0 commit comments