== INFO ABOUT THIS DIRECTORY ==

1. 	for adding own user defined export pattern files here, please
	DON'T CHANGE THE FILE config.json but create an own file: 
	
	_userConfig.json
		
	instead and add the data of your export pattern file here!
	_userConfig.json MUST have the same structure like config.json:
	
	{
		"files" : [
			{
				"comment" : "My first user defined export pattern", 
				"filename" : "myexport.json",
				"screenname" : "My Export",
				"description" : "=MY EXPORT=",
				"order" : "99",
				"filetype" : "txt",
				"active" : true
			}				
		]
	}