Skip to content

Commit

Permalink
Add name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin committed Feb 21, 2020
1 parent 10bdd3e commit d8807f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TimeZoneDisplay/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MehmetSeckin" constructor="TimeZoneDisplay" version="0.0.1" display-name-key="TimeZoneDisplay" description-key="TimeZoneDisplay description" control-type="standard">
<control namespace="MehmetSeckin" constructor="TimeZoneDisplay" version="0.0.2" display-name-key="ControlDisplayName" description-key="ControlDescription" control-type="standard">
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
<property name="dateInput" display-name-key="DateInputDisplayName" description-key="DateInputDescription" of-type-group="dateonly-or-datetime" usage="input" required="true" />
<property name="dateInput" display-name-key="DateInputDisplayName" description-key="DateInputDescription" of-type-group="DateOrDateTime" usage="input" required="true" />
<property name="defaultTimeZoneInput" display-name-key="DefaultTimeZoneInputDisplayName" description-key="DefaultTimeZoneInputDescription" of-type="SingleLine.Text" usage="input" required="false" default-value="local" />
<type-group name="dateonly-or-datetime">
<type-group name="DateOrDateTime">
<type>DateAndTime.DateOnly</type>
<type>DateAndTime.DateAndTime</type>
</type-group>
Expand All @@ -20,7 +20,7 @@
<property name="sampleProperty" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type-group="numbers" usage="bound" required="true" />
-->
<resources>
<code path="index.ts" order="1"/>
<code path="index.ts" order="1" />
<!-- UNCOMMENT TO ADD MORE RESOURCES
<css path="css/TimeZoneDisplay.css" order="1" />
-->
Expand Down
6 changes: 6 additions & 0 deletions TimeZoneDisplay/strings/TimeZoneDisplay.1033.resx
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,10 @@
<data name="DefaultTimeZoneInputDisplayName" xml:space="preserve">
<value>Default Time Zone</value>
</data>
<data name="ControlDescription" xml:space="preserve">
<value>This contorl allows a date or date and time field to be displayed in a different timezone.</value>
</data>
<data name="ControlDisplayName" xml:space="preserve">
<value>Time Zone Display</value>
</data>
</root>

0 comments on commit d8807f5

Please sign in to comment.