gpalf_supported_field_types
Description
Filter the field types that can trigger auto-list-field rows.
Usage
add_filter( 'gpalf_supported_field_types', 'my_custom_function' );
Parameters
field_types array
Array of supported field types. Defaults to
[ 'text', 'select', 'number', 'hidden', 'singleproduct', 'quantity' ]
Since
This filter is available since Gravity Forms Auto List Field 1.0.1.