@plasmicapp/react-web 0.2.209 → 0.2.210

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.
@@ -1039,8 +1039,8 @@ function PlasmicHead(props) {
1039
1039
  }
1040
1040
  var plasmicHeadMeta = {
1041
1041
  name: "hostless-plasmic-head",
1042
- displayName: "Head",
1043
- description: "Used to add page metadata to HTML <head />.",
1042
+ displayName: "Page Metadata Override",
1043
+ description: "Set page metadata (HTML <head />) to dynamic values.",
1044
1044
  importName: "PlasmicHead",
1045
1045
  importPath: "@plasmicapp/react-web",
1046
1046
  isRepeatable: false,