We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1172de commit a4ef7a7Copy full SHA for a4ef7a7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.0.14
2
+
3
+> `2023-02-17`
4
5
+### 🎉 Feature
6
+- Added `longFieldNames` config option.
7
8
## v1.0.13
9
10
> `2023-02-08`
README.md
@@ -207,6 +207,7 @@ export default {
207
autosave: 1000, // the ms to wait between last change and saving data to local storage & triggering `@save` event
208
history: true, // whether it should store history
209
maxHistory: -1, // the maximum number of history items to store, `-1` for unlimited
210
+ longFieldNames: false, // whether conditional field names should be full path or name only
211
}
212
```
213
0 commit comments