Add some doc for PickUserDynamicType

This commit is contained in:
Julien Fastré 2024-10-01 16:03:53 +02:00
parent 6b764114e4
commit 7bedf1b5b8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -24,6 +24,13 @@ use Symfony\Component\Serializer\SerializerInterface;
/**
* Pick user dymically, using vuejs module "AddPerson".
*
* Possible options:
*
* - `multiple`: pick one or more users
* - `suggested`: a list of suggested users
* - `as_id`: only the id will be set in the returned data
* - `submit_on_adding_new_entity`: the browser will immediately submit the form when new users are checked
*/
class PickUserDynamicType extends AbstractType
{