Add formEventDropdown.html shortcode template
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 51s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 51s
This commit is contained in:
parent
be13902324
commit
070568af65
1 changed files with 11 additions and 0 deletions
11
readme.md
11
readme.md
|
|
@ -31,6 +31,7 @@ Production site: <a target="_blank" href="https://verua.info/" rel="nofollow">ve
|
||||||
- [Columns](#columns)
|
- [Columns](#columns)
|
||||||
- [Font-Awesome Icon](#font-awesome-icon)
|
- [Font-Awesome Icon](#font-awesome-icon)
|
||||||
- [Section](#section)
|
- [Section](#section)
|
||||||
|
- [formEventDropdown](#formeventdropdown)
|
||||||
- [Deployment](#deployment)
|
- [Deployment](#deployment)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
|
|
||||||
|
|
@ -205,6 +206,16 @@ Kann ein `Background` - Attribut haben:
|
||||||
|
|
||||||
[⬆](#table-of-contents)
|
[⬆](#table-of-contents)
|
||||||
|
|
||||||
|
### formEventDropdown
|
||||||
|
|
||||||
|
**Pfad:** themes/hugoplate/layouts/shortcodes/formEventDropdown.html
|
||||||
|
|
||||||
|
`{{< formEventDropdown >}}`
|
||||||
|
|
||||||
|
Renders a dropdown form field with the available events. You set the events in the `schulungstermine` parameter in the frontmatter of the page.
|
||||||
|
|
||||||
|
[⬆](#table-of-contents)
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
Deployment is done via Gitea Runners. The deployment is triggered by a push to the `main` branch. The deployment will automatically build the site and deploy it to the production or preview environment.
|
Deployment is done via Gitea Runners. The deployment is triggered by a push to the `main` branch. The deployment will automatically build the site and deploy it to the production or preview environment.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue