1.0.2 • Published 5 years ago

aitomic-o-partners4 v1.0.2

Weekly downloads
12
License
SEE LICENSE IN li...
Repository
-
Last release
5 years ago

A partner list template. Import {latte} block from package 'o-carousel' in module GenericList using macro {import '../path-to-latte-template'} and declare this block as {include #blockName}. Between macros {import} and {include} redefine template of used blocks like this:

{define #carouselItem}
	{include "${nodeModulesPath}/aitomic-m-partner-item/src/control/m-partner-item.latte", item => $item}
{/define}

Check {latte} source template of package 'o-carousel' to discover available hooks to customization.