Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit 4e660e0

Browse files
committed
add some instructions to the readme
1 parent 5f60018 commit 4e660e0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,15 @@
99
Requires Zikula >= 3.0.0
1010

1111
### Notes
12-
As of Zikula Core 3.1.0 this module is included as a Value-Added extension.
12+
As of Zikula Core 3.1.0 this module is included as a Value-Added extension in the Zikula distribution.
13+
14+
## How to use
15+
- Install the module
16+
- Add a template to `/templates/p/` like `/templates/p/foo.html.twig`
17+
- Direct your browser to `/p/foo`
18+
19+
For the blocks, just fill in the form fields. Templates for the blocks can be placed almost anywhere. They are not
20+
as restricted as the use above for full page display. Other blocks are documented in the core.
21+
22+
In Core 3.0.1 you can use the Routes module to create a custom route to the template. So, instead of `/p/foo` you could
23+
use simply `/foo` or `/smile` or anything you like.

0 commit comments

Comments
 (0)