Hi!I am trying to create chat Collection and Nodes with PHP backend.I am using this configuration as base for all nodes with small changes:static private $CHAT_CONFIGURATION = array( 'accessModel'=>self::ROLE_VIEWER, 'publishModel'=>self::ROLE_VIEWER, 'persistItems'=>true, 'modifyAnyItem'=>f...