@plasmicpkgs/plasmic-rich-components 1.0.173 → 1.0.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3111,7 +3111,7 @@ function registerRichCalendar(loader) {
3111
3111
  data: {
3112
3112
  type: "dataSourceOpData",
3113
3113
  displayName: "Events",
3114
- description: "The events data should be a list of records with some date field."
3114
+ description: "The events data should be a list of records with some date, title and (optionally) color fields. The component will infer the date field from the provided data, but you can also explicitly specify that below."
3115
3115
  },
3116
3116
  title: roleProp({ role: "title" }),
3117
3117
  date: roleProp({ role: "date", singular: true }),