Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Fabian Heimann Newcomer
@ginofa · Joined 6 years ago · 8 posts · 1 topics · 0 reputation
Badges
Recent posts
-
How to code Scroll bars in Drop down menus?
· 6 years ago
Hi RhysHowells, I think you can fix it just through CSS. Give the drop down list container a max-height and set the overflow to auto. .dropdown-list{ max-height: 50px; overflow: auto; }
-
Nested list loop in Twig template
· 6 years ago
It works for me also, but the <p> tag is empty. I will fix that :) Thanks for your help !
-
Nested list loop in Twig template
· 6 years ago
Then this should be the right one <details> <summary>Frontmatter Code</summary> --- title: Startseite aktuelles: - text: 'Spielenachmittag 2020' short:
-
Nested list loop in Twig template
· 6 years ago
No problem. What exactly is the frontmatter or in which path I will find it?
-
Ajax forms examples
· 6 years ago
What do you exactly need? Just some code examples?
-
Nested list loop in Twig template
· 6 years ago
@pamtbaau: Question: What is the rationale for using field names like ‘.bild.auswahl’ and ‘.short.description’ instead of ‘.auswahl’ and ‘.description’? I like to keep things organized. I want to hav
-
Page content not saving
· 6 years ago
I think thats an error from a blueprint. Is there anywhere a type error or something else in the blueprint YAML file?
-
Nested list loop in Twig template
· 6 years ago
Hi guys, I'm new to Grav and i'm currently struggling with a nested list. I managed to see the list fields in the page form, but I don't know how to get a loop of these fields into the Twig template.