Skip to content

Commit 3465920

Browse files
fix(calendar-web): move startDateAttribute property to the View tab
1 parent e266293 commit 3465920

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/pluggableWidgets/calendar-web/src/Calendar.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@
6262
<attributeType name="String" />
6363
</attributeTypes>
6464
</property>
65-
<property key="startDateAttribute" type="attribute" required="false">
66-
<caption>Start date attribute</caption>
67-
<description>The DateTime attribute used on initial load</description>
68-
<attributeTypes>
69-
<attributeType name="DateTime" />
70-
</attributeTypes>
71-
</property>
7265
</propertyGroup>
7366
</propertyGroup>
7467
<propertyGroup caption="View">
@@ -139,6 +132,13 @@
139132
<caption>Time slots</caption>
140133
<description>The number of slots per "section" in the time grid views. Adjust with step to change the default of 1 hour long groups, with 30 minute slots</description>
141134
</property>
135+
<property key="startDateAttribute" type="attribute" required="false">
136+
<caption>Start date attribute</caption>
137+
<description>The DateTime attribute used on initial load</description>
138+
<attributeTypes>
139+
<attributeType name="DateTime" />
140+
</attributeTypes>
141+
</property>
142142
</propertyGroup>
143143
</propertyGroup>
144144
<propertyGroup caption="Custom view">

0 commit comments

Comments
 (0)