From 1c0539926163e9ede83e272e5ff523b952da9186 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 1 Jul 2014 12:29:58 +0300 Subject: [PATCH] Added more clearance to docs Specifying form inputs' names prefix in the Form Types Features documentation section --- Resources/doc/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 63f5414..7744b0e 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -248,11 +248,10 @@ documentation. #### Form Types Features -If you use `FormFactoryInterface::createdNamed('', 'your_form_type'`, then by -default the documentation will use the form type name as the prefix +Even if you use `FormFactoryInterface::createNamed('', 'your_form_type')` the documentation will generate the form type name as the prefix for inputs (`your_form_type[param]` ... instead of just `param`). -You can specify which prefix to use with the `name` key: +You can specify which prefix to use with the `name` key in the `input` section: ``` input = {