Browse Source

Add single lesson template in theme.json

Imran Hossain 2 năm trước cách đây
mục cha
commit
f6ee2905a2
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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": {