apostrophe-schemas
Advanced tools
Comparing version 0.5.90 to 0.5.91
{ | ||
"version": "0.5.90", | ||
"version": "0.5.91", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
@@ -108,3 +108,3 @@ # apostrophe-schemas | ||
The `date` type pops up a jQuery UI datepicker when clicked on, and the `time` type tolerates many different ways of entering the time, like "1pm" or "1:00pm" and "13:00". | ||
The `date` type pops up a jQuery UI datepicker when clicked on, and the `time` type tolerates many different ways of entering the time, like "1pm" or "1:00pm" and "13:00". For `date`, you can specify `select: true` to display dropdowns for year, month and day rather than a calendar control. When doing so you can also specify `yearsFrom` and `yearsTo` to give a range for the "year" dropdown. if these values are less than 1000 they are relative to the current year. You may even use an absolute year for `yearsFrom` and a relative year for `yearsTo`. | ||
@@ -111,0 +111,0 @@ The `url` field type is tolerant of mistakes like leaving off `http:`. |
Sorry, the diff of this file is not supported yet
125458