소스 검색

Add single lesson template in theme.json

Imran Hossain 2 년 전
부모
커밋
f6ee2905a2
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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": {