Skip to content

Commit

Permalink
Started to write docs about the form subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Jan 22, 2024
1 parent ede9a4a commit a59f842
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/usage/forms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Forms
layout: default
parent: Usage
---

# Forms

The settings-bundle comes with an integration with symfony/forms, which allows you to easily create forms for your settings classes. The fields of the form, their form type and options are automatically derived from the settings metadata like the property types and attributes. This way allows you to easily create forms for your settings classes without having to manually create the form fields and use a declarative approach.

## Retrieving form builders

To get form builders containing

0 comments on commit a59f842

Please sign in to comment.