K
Kirby
Guest
Guest or Bot
In some cases it would would be quite useful if it was possible to use asset upload for an option, but unfortunately format parameter
Adding smth. like
Code:
Read more
Continue reading...
asset is not supported to Text box edit format.Adding smth. like
Code:
Code:
<xf:elseif is="$option.edit_format == 'textbox' && $formatParams.asset && $formatParams.asset is not empty" />
<xf:assetuploadrow name="{$inputName}" value="{$option.option_value}" class="{$formatParams.class}" rowclass="{$rowClass}" asset="{$formatParams.asset}"...
Read more
Continue reading...