You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(nested collections): allow non-index files
This commit fixes#4972 to allow nested folders with additional content
beyond an index file.
Side effect: To keep the feature simple, this will now show index files
as pages within a folder in NetlifyCMS. This enables creating additional
files alongside the given index, but is a change in behavior from the
current implementation.
Co-authored-by: Eric Gade <[email protected]>
* test(e2e): adapt to new way nested collections work
We use regexps as otherwise .contains("Sub Directory") would also match "Another Sub Directory"
---------
Co-authored-by: Andrew Dunkman <[email protected]>
Co-authored-by: Eric Gade <[email protected]>
Co-authored-by: Anze Demsar <[email protected]>
Copy file name to clipboardExpand all lines: packages/decap-cms-core/src/components/Collection/Entries/__tests__/__snapshots__/EntriesCollection.spec.js.snap
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,36 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`EntriesCollection should render apply filter term for nested collections 1`] =`
3
+
exports[`EntriesCollection should render connected component 1`] =`
0 commit comments