| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -6,6 +6,9 @@ riot.register('tiny-consent', TinyConsent); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					riot.register('tiny-consent-button', TinyConsentButton); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					const data = { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    text: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        content: undefined | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    cookies: [{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        title: 'Matomo', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        name: 'matamo_', | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -29,20 +32,12 @@ const data = { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        duration: '1 Year', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        essential: true | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    }, { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        title: 'Wordpress', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        id: 'wordpress', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        name: 'wordpress_', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        content: 'Wordpress is using Session Cookie to handle the Login', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        title: 'Wordpress mit WooCommerce', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        id: 'wordpress_woocommerce', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        name: 'woocommerce_cart_hash, woocommerce_items_in_cart, wp_woocommerce_session_, tk_ai', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        content: 'Handle Login of User and Cart of WooCommerce Shop', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        provider: 'Owner of this Site', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        duration: '1 Year', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        essential: true | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    },{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        title: 'Wordpress - WooCommerce', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        id: 'wordpress', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        name: 'wordpress_', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        content: 'WooCommerce is a Shop-Plugin for Wordpress. Cookies will be used for the Cart', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        provider: 'Owner of this Site', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        duration: '1 Year', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        duration: 'Session', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        essential: true | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    }] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					}; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |