We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4300a5 + d05d856 commit 675a1b6Copy full SHA for 675a1b6
2 files changed
_templates/component_js.tmpl
@@ -1,6 +1,7 @@
1
import PlayHeader from 'common/playlists/PlayHeader';
2
import './styles.%PLAY_STYLE%';
3
4
+// WARNING: Do not change the entry componenet name
5
function %PLAY_TITLE_NAME_SANITIZED%(props) {
6
7
// Your Code Start below.
lib/services/template/play_content.js
@@ -10,7 +10,7 @@ const PLAY_LIST_DIRECTORY = "./src/plays";
10
const TEMPLATE_DIRECTORY = "../../../../_templates";
11
12
const TEMPLATE_MAP = {
13
- common: ["readme_md"],
+ common: ["Readme_md"],
14
js: ["component_js"],
15
ts: ["component_ts"],
16
css: ["styles_css"],
0 commit comments