config( 'NewFormTemplates' ); array_unshift( $templates, array( 'id' => 'new', 'title' => __( 'Blank Form', 'ninja-forms' ), 'template-desc' => __( 'The blank form allows you to create any type of form using our drag & drop builder.' ) ) ); return array_values( $templates ); // Remove keys so that the JSON is an array. } }