Ghost/ghost/posts-service
Simon Backx 0cc3164b25
Added export button to posts page with placeholder endpoint (#16456)
fixes https://github.com/TryGhost/Team/issues/2780 
refs https://github.com/TryGhost/Team/issues/2781

Adds an export button to the posts page in admin (behind feature flag). It downloads a
placeholder CSV via a real endpoint (`/posts/export`).
2023-03-21 10:24:56 +01:00
..
lib Added export button to posts page with placeholder endpoint (#16456) 2023-03-21 10:24:56 +01:00
test Moved posts service to its own package 2023-03-20 16:06:42 +01:00
.eslintrc.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
index.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
package.json Moved posts service to its own package 2023-03-20 16:06:42 +01:00
README.md Moved posts service to its own package 2023-03-20 16:06:42 +01:00

Posts Service