cedar-embeddable-editor 1.0.12 → 1.0.13

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 CHANGED
@@ -135,7 +135,8 @@ There are other optional configuration parameters available for controlling vari
135
135
  "fallbackLanguage": "en",
136
136
 
137
137
  "collapseStaticComponents": false,
138
- "showStaticText": true
138
+ "showStaticText": true,
139
+ "showAllMultiInstanceValues": true
139
140
  }
140
141
  ```
141
142