Skip to content

Instantly share code, notes, and snippets.

View MatthewWilkes's full-sized avatar

Matthew Wilkes MatthewWilkes

  • Nomensa Ltd
  • Leeds, UK
View GitHub Profile
from zope import schema
from plone.directives import form
from .contenttree import SubsectionUUIDSourceBinder
class IExamples(form.Schema):
profileref = schema.Choice(title=u"Profile",
description=u"Select the profile",