FOSMessageBundle icon indicating copy to clipboard operation
FOSMessageBundle copied to clipboard

multiple recipients exists but isn't referenced in the documentation

Open softwarebycg opened this issue 6 years ago • 0 comments

it can actually be enabled by adding the following to the fos_message config in services.yaml:

    new_thread_form:
      type:               FOS\MessageBundle\FormType\NewThreadMultipleMessageFormType
      handler:            fos_message.new_thread_multiple_form.handler
      model:              FOS\MessageBundle\FormModel\NewThreadMultipleMessage
      name: message

looks experimental, needs revisiting at some point

softwarebycg avatar May 01 '19 19:05 softwarebycg