Skip to content

Instantly share code, notes, and snippets.

@hminnovation
Last active August 29, 2015 14:21
Show Gist options
  • Save hminnovation/b042d34dd40093c425c4 to your computer and use it in GitHub Desktop.
Save hminnovation/b042d34dd40093c425c4 to your computer and use it in GitHub Desktop.
Getting started wagtail g
StandardPage.content_panels = [
FieldPanel(‘title’, classname=”full title”),
FieldPanel(‘intro’, classname=”full”),
FieldPanel(‘body’, classname=”full”),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment