{{ form_widget(form.title, { 'attr': {'class': 'form-control','placeholder':'Article title'} }) }}
{#
#} {#Media#} {#
#}
{{ form_widget(form.abstract, { 'attr': {'class': ' form-control'} }) }}
{#
#} {#Media#} {#
#}
{{ form_widget(form.content, { 'attr': {'class': 'form-control'} }) }}
Co-authors {{ form_widget(form.coauthor, { 'attr': {'class': 'form-control multiselect'} }) }}
** select an author and click or double-click the co-author
**You can preview this article before save it.
{#
    #} {#
  • #} {#
    #} {#You can preview this article befor save it. #} {#
    #} {#
    #} {##} {#
    #} {#
  • #} {#
#}
**You can save the article to the draft.
{#
    #} {#
  • #} {#
    #} {##} {#
    #} {#
  • #} {#
#}
**You can directly submit the article.
{#

Submit

#} {##} {#
    #} {#
  • #} {#
    #} {#
    #} {##} {#{{ form_widget(form.isEnabled, { 'attr': {'class': 'js-switch'} }) }} #} {#
    #} {#
    #} {#
  • #} {#
  • #} {#
    #} {##} {#
    #} {#
  • #} {##} {#
#}
{#If you want to submit the article to the editor check and click save#} {#
else turn off and save the draft#}
Created By
{{ form_widget(form.createdby, { 'attr': {'class': 'form-control','placeholder':'Author name'} }) }}

Category
{{ form_widget(form.category, { 'attr': {'class': 'form-control textearap'} }) }}
{#
#} {##} {#Featured image#} {##} {#
#} {#{{ form_widget(form.image, { 'attr': {'class': 'upload'} }) }}#} {#
#} {##} {#
#}
Attached document
{{ form_widget(form.document, { 'attr': {'class': 'upload'} }) }}
Youtube link
{{ form_widget(form.video, { 'attr': {'class': 'form-control','placeholder':'Youtube video code'} }) }} ** select the code video "9gd15JV8"
www.youtube.com/watch?v=9gd15JV8
{{ form_rest(form) }}