Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 46faa6f

Browse files
committed
Re-order paragraphs so the flow makes more sense.
1 parent e4545a3 commit 46faa6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/templatemap_generator.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
need to edit the file after generation to ensure it contains valid
3131
PHP).
3232
33+
We recommend you then include the generated file within your module
34+
configuration:
35+
36+
'template_map' => include __DIR__ . '/template_map.config.php',
37+
3338
If only the templatepath argument is provided, the script will look for
3439
all .phtml files under that directory, creating a map for you.
3540
@@ -46,11 +51,6 @@
4651
4752
../view/**/*.phtml
4853
49-
We recommend you then include the generated file within your module
50-
configuration:
51-
52-
'template_map' => include __DIR__ . '/template_map.config.php',
53-
5454
Examples:
5555
5656
# Using only a templatepath argument, which will match any .phtml

0 commit comments

Comments
 (0)