Browse Source

Add single lesson template in theme.json

Imran Hossain 2 years ago
parent
commit
f6ee2905a2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      course/theme.json

+ 7 - 0
course/theme.json

@@ -82,6 +82,13 @@
 				"post",
 				"course"
 			]
+		},
+		{
+			"name": "single-lesson",
+			"title": "Single Lesson",
+			"postTypes": [
+				"lesson"
+			]
 		}
 	],
 	"settings": {