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(bulk-exporter): rename to Content Exporter, add select-all-matching [] (#11277)
* feat(bulk-exporter): rename to Content Exporter, add select-all-matching
Rebrands the app display name from Entry/Bulk Exporter to Content
Exporter across the config screen, page, README, and app definition.
Also adds a Gmail-style select-all-across-pages flow to the results
table: once every row on the current page is checked, a banner offers
to select all entries matching the active search, and export reuses
the existing filtered-query export path so it scales beyond a single
fetched page instead of collecting every ID client-side.
* fix(bulk-exporter): match selection banner font sizes
Bump the selection bar sentence text from fontSizeS to fontSizeM so it
matches the TextLink action text's default size, fixing a visual
mismatch between the two.
* style(bulk-exporter): fix prettier formatting
CI's prettier check flagged these files; run prettier --write to
resolve.
* style(bulk-exporter): reformat with repo's pinned Prettier 2.8.8
Previous fix used an auto-installed Prettier 3 (different default
formatting), which didn't match the repo's pinned 2.8.8 + root
.prettierrc used by CI.
Copy file name to clipboardExpand all lines: apps/bulk-exporter/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Entry Exporter for Contentful
1
+
# Content Exporter for Contentful
2
2
3
3
A Contentful App that allows you to export unlimited entries from any content type to **5 different formats** (CSV, JSON, XLSX, XML, YAML), bypassing the 40-entry limitation of the Contentful web interface.
0 commit comments