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

displayTextfield($this, 'bbToken', 'Bitbucket Personal Access Token', 'How do I get this?', 'password'); ?>
displayTextfield($this, 'bbRepo', 'Account / Repository Name', 'ie, leonstafford/wordpress-static-html-plugin'); ?>

Repository cannot be empty, just create any file via the Bitbucket UI if needed

displayTextfield($this, 'bbBranch', 'Branch', 'usually \'master\' or \'bb-pages\''); ?>
displayTextfield($this, 'bbPath', 'Path within repository', 'Usually the repository root (leave this blank) or the \'doc\' folder'); ?>