pds-dev-kit-web-test 2.7.523 → 2.7.525

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.
@@ -102,6 +102,11 @@ function Text(props) {
102
102
  return t('str_paid');
103
103
  }
104
104
  }
105
+ if (CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA === 'pinned') {
106
+ if (value === 'true' && mode === 'EDIT') {
107
+ return t('str_pinned');
108
+ }
109
+ }
105
110
  if (CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA.endsWith('Date') ||
106
111
  CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA.endsWith('At')) {
107
112
  if (formatOption) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.523",
3
+ "version": "2.7.525",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",