summaryrefslogtreecommitdiff
path: root/management
diff options
context:
space:
mode:
Diffstat (limited to 'management')
-rw-r--r--management/editor/editor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go
index 9ad7690..1525ef9 100644
--- a/management/editor/editor.go
+++ b/management/editor/editor.go
@@ -19,6 +19,7 @@ type Editable interface {
// Sortable ensures data is sortable by time
type Sortable interface {
Time() int64
+ ContentID() int
}
// Editor is a view containing fields to manage content