Every commit shows a diffrent example. Use git log to find a specific example and use 'git checkout'. Read this readme again.
All examples assume you are run this theme on a fresh grav installation.
This example shows how to create a filepicker which enables the user to pick a file as a background. See the qoute.yaml and the qoute.html.twig.
- Create a modular page
- Create a qoute module
- Start a test server (you can use 'npm run live')
- Find the module in the admin panel -> pages -> %your-modular-page% -> qoute
- Upload an image via the media order and select it as background image
- Navigate to your modular maybe some thing like this 'https://127.0.0.1:8000/%your-modular-page%'
- Inspect code