mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
✨ Filter email only posts
no issue Adds a new filter to filter on email only posts in the admin UI.
This commit is contained in:
parent
cce324724a
commit
a36e89dfcc
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ const TYPES = [{
|
|||
}, {
|
||||
name: 'Published posts',
|
||||
value: 'published'
|
||||
}, {
|
||||
name: 'Email only posts',
|
||||
value: 'sent'
|
||||
}, {
|
||||
name: 'Scheduled posts',
|
||||
value: 'scheduled'
|
||||
|
|
Loading…
Add table
Reference in a new issue