def properties(self): props = Properties() props.in_navtree = True props.action_list = True props.action_add = True props.action_edit = True return props
def properties(self): props = Properties() props.in_navtree = False props.editable = False props.mainmenu_empty_title = True props.default_child = 'users' return props
def properties(self): props = Properties() props.in_navtree = True props.action_up = True props.action_up_tile = 'content' props.action_add = True props.default_content_tile = 'listing' return props
def properties(self): props = Properties() props.in_navtree = True props.wf_state = True props.wf_name = u'dummy' # XXX: check in repoze.workflow the intended way for naming # transitions props.wf_transition_names = { 'initial_2_final': 'Finalize', } return props
def properties(self): props = Properties() props.in_navtree = True return props