Ghost/ghost/collections/src
Naz 25e0cb12c0
Added "getBySlug" method to Collections Service
refs https://github.com/TryGhost/Team/issues/3423

- This is a convenience method that should allow fetching collections by their slug. It is a great developer experience for in case when fetching built-in collections like "featured" and "index", so can avoid an extra call to find the collection and it's ide one wants to use.
2023-06-16 16:31:50 +07:00
..
Collection.ts Made builtin collections un-deletable 2023-06-06 22:04:16 +07:00
CollectionRepository.ts Added "getBySlug" method to Collections Service 2023-06-16 16:31:50 +07:00
CollectionsRepositoryInMemory.ts Added "getBySlug" method to Collections Service 2023-06-16 16:31:50 +07:00
CollectionsService.ts Added "getBySlug" method to Collections Service 2023-06-16 16:31:50 +07:00
index.ts Implemented adding posts to collections; 2023-06-01 14:25:49 +07:00
libraries.d.ts Updated collections package to use .d.ts for external lib types 2023-05-24 12:47:20 -04:00