File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 55 export { default as CTA } from ' ./tags/CTA.svelte' ;
66 export { default as Matrix } from ' ./tags/Matrix.svelte' ;
77 export { default as Matrix_Item } from ' ./tags/MatrixItem.svelte' ;
8- export { default as Youtube } from ' ./tags/Youtube.svelte' ;
98 </script >
Original file line number Diff line number Diff line change 33{% multiply a=3 b=8 /%}
44
55{% types string="lorem ipsum" number=123 boolean=true /%}
6-
7- {% youtube src="https://www.youtube-nocookie.com/embed/5NtrYks2dqE?si=0vjkBCZYg8yf2GUW" thumbnail="/images/blog/a-recap-of-init/thumbnails/thumbnail-1.png" /%}
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ export function get_component_vars(
291291 }
292292 } ,
293293 } ) ;
294- if ( path . toLowerCase ( ) . includes ( 'youtube' ) ) console . log ( props ) ;
294+
295295 return props ;
296296}
297297
You can’t perform that action at this time.
0 commit comments