
# Annotation keys

CONTEXT_ASSIGNMENT_KEY = 'plone.portlets.contextassignments'
CONTEXT_BLACKLIST_STATUS_KEY = 'plone.portlets.categoryblackliststatus'
ASSIGNMENT_SETTINGS_KEY = 'plone.portlets.assignmentsettings'

# Portlet assignment categories

USER_CATEGORY = 'user'
GROUP_CATEGORY = 'group'
CONTENT_TYPE_CATEGORY = 'content_type'

# This is stored under the CONTEXT_ASSIGNMENT_KEY annotation, not in the
# IPortletManager utility
CONTEXT_CATEGORY = 'context'
