2
0
Эх сурвалжийг харах

Enable scheduled publishing feature for Person snippet

Sage Abdullah 2 жил өмнө
parent
commit
7aa02ef310

+ 1 - 0
bakerydemo/base/models.py

@@ -66,6 +66,7 @@ class Person(DraftStateMixin, RevisionMixin, index.Indexed, ClusterableModel):
         ),
         FieldPanel("job_title"),
         FieldPanel("image"),
+        PublishingPanel(),
     ]
 
     search_fields = [