typegen: add missing qmltypelink shortcode
This commit is contained in:
		
							parent
							
								
									18debdc9db
								
							
						
					
					
						commit
						419ebe0cd3
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								layouts/shortcodes/qmltypelink.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								layouts/shortcodes/qmltypelink.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
{{- $params := dict
 | 
			
		||||
	"type" (.Get "type")
 | 
			
		||||
	"module" (.Get "module")
 | 
			
		||||
	"name" (.Get "name")
 | 
			
		||||
	"mtype" (.Get "mtype")
 | 
			
		||||
	"mname" (.Get "mname")
 | 
			
		||||
-}}
 | 
			
		||||
 | 
			
		||||
{{- partial "qmltype.html" $params -}}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue