示例#1
0
 def properties(self):
     props = ProtectedProperties(self, DEFAULT_NODE_PROPERTY_PERMISSIONS)
     props.in_navtree = True
     props.editable = False
     props.icon = 's3-static/images/s3_16_16.png'
     return props
示例#2
0
 def properties(self):
     props = ProtectedProperties(self, DEFAULT_NODE_PROPERTY_PERMISSIONS)
     props.editable = True
     return props