From f398822172c57f350e75b0718b9e18bd7fc64b61 Mon Sep 17 00:00:00 2001
From: Mayank-Tripathi32 <mayank.tripathi@rtcamp.com>
Date: Sat, 7 Dec 2024 05:24:48 +0530
Subject: [PATCH] feat: added singular template support

---
 packages/edit-site/src/components/add-new-template/index.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/edit-site/src/components/add-new-template/index.js b/packages/edit-site/src/components/add-new-template/index.js
index 5f06ecae6824ae..01ba08938fd027 100644
--- a/packages/edit-site/src/components/add-new-template/index.js
+++ b/packages/edit-site/src/components/add-new-template/index.js
@@ -37,6 +37,7 @@ import {
 	verse,
 	search,
 	tag,
+	pencil,
 } from '@wordpress/icons';
 import { __, sprintf } from '@wordpress/i18n';
 import { store as noticesStore } from '@wordpress/notices';
@@ -77,6 +78,7 @@ const DEFAULT_TEMPLATE_SLUGS = [
 	'tag',
 	'search',
 	'404',
+	'singular',
 ];
 
 const TEMPLATE_ICONS = {
@@ -94,6 +96,7 @@ const TEMPLATE_ICONS = {
 	date: calendar,
 	tag,
 	attachment: media,
+	singular: pencil,
 };
 
 function TemplateListItem( {