array( array( 'type' => 'radio-button', 'title' => __( 'Did you find this content engaging?', 'userfeedback' ), 'config' => array( 'options' => array( __( 'Yes', 'userfeedback' ), __( 'No', 'userfeedback' ), ), ), ), array( 'type' => 'long-text', 'title' => __( 'What content would you like us to create?', 'userfeedback' ), ), ), ); } }