displayTextfield($this, 'baseUrl-gitlab', 'http://mystaticsite.com', '', ''); ?>

displayTextfield($this, 'glToken', 'GitLab Personal Access Token', 'Get one here (with API access)', 'password'); ?>
displayTextfield($this, 'glProject', 'Project ID', 'find this in your GitLab > Project > Details page'); ?>
displayTextfield($this, 'glBranch', 'Branch', ''); ?>
displayTextfield($this, 'glPath', 'Path within repository', 'Usually the repository root (leave this blank) or the \'doc\' folder'); ?>