How to use list field blueprint in a modular page

Hey,
so I’m trying to implement the list field (Reference: Blueprint Form Fields | Grav Documentation) into my modular page so the admin can create multiple entries per page.

But I can’t fetch the inputs that the admin gives in the form.

@FrosticZ,

But I can’t fetch the inputs that the admin gives in the form.

It is always a good idea to provide the following important information:

  • What have you tried? In your case you can think of:
    • The blueprint.md
    • The Twig file
    • The data in the page’s header
  • What is the result?
  • What did you expect?

Now I can only advice to download the One-Page Site skeleton and take a look at the following files that implement a list field in a module:

  • /user/themes/quark/blueprints/modular/features.yaml
  • /user/themes/quesrk/templates/modular/features.html.twig
  • /user/pages/01.home/04._features/features.md