committed by
David Calavera
parent
8ffe6730fa
commit
3c7b8d2322
@ -200,6 +200,9 @@ class Backend {
|
||||
return this.implementation.publishUnpublishedEntry(collection, slug);
|
||||
}
|
||||
|
||||
deleteUnpublishedEntry(collection, slug) {
|
||||
return this.implementation.deleteUnpublishedEntry(collection, slug);
|
||||
}
|
||||
|
||||
entryToRaw(collection, entry) {
|
||||
const format = resolveFormat(collection, entry.toJS());
|
||||
|
Reference in New Issue
Block a user