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
def properties(self): props = ProtectedProperties(self, DEFAULT_NODE_PROPERTY_PERMISSIONS) props.editable = True return props