Files
resourcespace/dbstruct/help_node.txt
2025-07-18 16:20:14 +07:00

8 lines
416 B
Plaintext

Node keyword list (fixed metadata). Used for the fixed list types such as drop down boxes and category trees.
ref,int(11),
resource_type_field,int(11),Which metadata field this belongs to.
name,mediumtext,The display name.
parent,int(11),For category trees - defines node hierarchy.
order_by,int(11),Defines the order of the nodes for display purposes.
active,tinyint(1),Flag node as active (1) or deactivated (0).