cedar-embeddable-editor 1.3.3 → 1.3.4
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.
- package/README.md +3 -3
- package/cedar-embeddable-editor.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ There are other optional configuration parameters available for controlling vari
|
|
|
144
144
|
|
|
145
145
|
"collapseStaticComponents": false,
|
|
146
146
|
"showStaticText": true,
|
|
147
|
-
|
|
147
|
+
|
|
148
148
|
"readOnlyMode": false
|
|
149
149
|
}
|
|
150
150
|
```
|
|
@@ -316,8 +316,8 @@ An example in Angular is:
|
|
|
316
316
|
- `component.ts`:
|
|
317
317
|
```typescript
|
|
318
318
|
logChange(event) {
|
|
319
|
-
|
|
320
|
-
}
|
|
319
|
+
console.log('CHANGE', event);
|
|
320
|
+
}
|
|
321
321
|
```
|
|
322
322
|
|
|
323
323
|
### Viewer Mode
|