Including resourcetype with parameters in Sightly
Hello Community,
i want to generate a form with the granite form components dynamically in Sightly, where the values if they exist, are already set. (<input type="text" value="foo"/> for example.)
How can I set the value or any other attribute of a resourceType (granite/ui/components/foundation/form/textfield for example) in Sightly?
Thanks in advance
Herbert