File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/pluggableWidgets/timeline-web/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <widget id =" com.mendix.widget.web.timeline.Timeline" pluginWidget =" true" needsEntityContext =" true" offlineCapable =" true" supportedPlatform =" Web" xmlns =" http://www.mendix.com/widget/1.0/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.mendix.com/widget/1.0/ ../../../../ node_modules/mendix/custom_widget.xsd" >
2+ <widget id =" com.mendix.widget.web.timeline.Timeline" pluginWidget =" true" needsEntityContext =" true" offlineCapable =" true" supportedPlatform =" Web" xmlns =" http://www.mendix.com/widget/1.0/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd" >
33 <name >Timeline</name >
44 <description >Shows vertical timeline with events</description >
55 <studioProCategory >Display</studioProCategory >
6161 <description >Format group header with current language's format</description >
6262 <enumerationValues >
6363 <enumerationValue key =" dayName" >Day name</enumerationValue >
64- <enumerationValue key =" dayMonth" >Day & month</enumerationValue >
64+ <enumerationValue key =" dayMonth" >Day and month</enumerationValue >
6565 <enumerationValue key =" fullDate" >Day, month, year</enumerationValue >
6666 </enumerationValues >
6767 </property >
7070 <description />
7171 <enumerationValues >
7272 <enumerationValue key =" month" >Month</enumerationValue >
73- <enumerationValue key =" monthYear" >Month & year</enumerationValue >
73+ <enumerationValue key =" monthYear" >Month and year</enumerationValue >
7474 </enumerationValues >
7575 </property >
7676 <property key =" ungroupedEventsPosition" type =" enumeration" defaultValue =" end" >
7777 <caption >Ungrouped events position</caption >
78- <description >Position in the list of events without a date & time</description >
78+ <description >Position in the list of events without a date and time</description >
7979 <enumerationValues >
8080 <enumerationValue key =" beginning" >Beginning of the timeline</enumerationValue >
8181 <enumerationValue key =" end" >End of the timeline</enumerationValue >
You can’t perform that action at this time.
0 commit comments