bbCode = {
	previewParserPath:	'', // path to your BBCode parser
	markupSet: [
		{
		    name: 'Add a link',
		    key: 'L',
		    openWith: '[url=[![Enter the address to your link below (the URL):]!]]',
		    closeWith: '[/url]',
		    placeHolder: 'link'
		}
    ]
}
