1.0.4 • Published 5 years ago

aitomic-o-form v1.0.4

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

Ready-to-use template of module GenericForm. Include this template in module GenericForm using macro {layout '../path-to-latte-template'}.

Check {latte} source template to discover available hooks to customization or insert custom values:

{block #fieldControl}
    {if $input->name == 'demo_numeric_field'}
        {var $input->control->attrs['step'] = 1}
    {/if}

    {include parent}
{/block}