mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
bfefcfd4df
refs https://github.com/TryGhost/Team/issues/3170 - This implementation allows to create an automatic collection with a filter defining automatically populated posts that belong to a collection - To populate collection using a filter the API client can send a `filter` property along with a collection request - Filter values are compatible with the filters used in Content API (https://ghost.org/docs/content-api/#filter) |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Collections
Manages everything to do with Collections
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests