blob: fc89a46e0bc36a21b540ea7d829dfbb776f255c2 [file] [log] [blame]
message NodeLabel (PlCoreBase){
required string name = 1 [max_length = 200, content_type = "stripped", blank = False, help_text = "label name", null = False, db_index = False];
required manytomany node->Node/NodeLabel_node:nodelabels = 2 [db_index = False, null = False, blank = True];
}