You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if getFieldHelp() function can render help for each field inside zaa-multiple-inputs, too.
Structured array like this will be suffice.
publicfunctiongetFieldHelp()
{
return [
'features' => [
'icon' => 'Icon name, will be shown at the top of the each feature',
'title' => 'Title of the feature',
'text' => 'Some explaination',
'bgColor' => 'Background color for feature box',
],
];
}
The text was updated successfully, but these errors were encountered:
This issue has originally been reported by @adipriyantobpn at luyadev/luya#1769.
Moved here by @nadar.
Have CMS Block with
zaa-multiple-inputs
type, which contains 2 fields or more, like this:It would be nice if
getFieldHelp()
function can render help for each field insidezaa-multiple-inputs
, too.Structured array like this will be suffice.
The text was updated successfully, but these errors were encountered: