/home/fdhrevqn/public_html/wp-content/themes/fox/widgets/pinterest/fields.php
<?php
$fields = array(
    
    array(
        'id' => 'title',
        'type' => 'text',
        'name' => esc_html__( 'Title', 'wi' ),
        'std' => 'Latest Pins',
    ),
    
    array(
        'id' => 'username',
        'type' => 'text',
        'name' => 'Username',
        'std' => 'pinterest',
    ),
    
    // Username Board: (Optional) 
    array(
        'id' => 'boardname',
        'type' => 'text',
        'name' => 'Username Board: (Optional) ',
    ),
    
    array(
        'id' => 'maxfeeds',
        'type' => 'text',
        'name' => 'Max number of pins to display:',
        'std' => '6',
    ),
    
    array(
        'id' => 'follow',
        'type' => 'text',
        'name' => 'Follow Text',
        'std' => 'Follow Us',
    ),
    
);