Procházet zdrojové kódy

Enable scheduled publishing feature for Person snippet

Sage Abdullah před 2 roky
rodič
revize
7aa02ef310
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      bakerydemo/base/models.py

+ 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 = [