->add('isExplicit',CheckboxType::class,['label'=>'Is the song explicit?','row_attr'=>array('class'=>"tags-field"),'required'=>false,'data'=>$song->getIsExplicit()])
->add('isExplicit',CheckboxType::class,['label'=>'Is the song explicit?','row_attr'=>array('class'=>"tags-field"),'required'=>false,'data'=>$song->getIsExplicit()])
->add('publicationStatus',ChoiceType::class,['label'=>'Publication Status','row_attr'=>array('class'=>"tags-field"),'required'=>true,'choices'=>['Public'=>0,'Hide from lists'=>1,'Unlisted'=>2]])
->add('isExplicit',CheckboxType::class,['label'=>'Is the song explicit?','row_attr'=>array('class'=>"tags-field"),'required'=>false])
->add('isExplicit',CheckboxType::class,['label'=>'Is the song explicit?','row_attr'=>array('class'=>"tags-field"),'required'=>false])
->add('publicationStatus',ChoiceType::class,['label'=>'Publication Status','row_attr'=>array('class'=>"tags-field"),'required'=>true,'choices'=>['Public'=>0,'Hide from lists'=>1,'Unlisted'=>2]])
<divclass="input-notice">"Hide from lists" hides your chart from "New" and "Top".<br/>"Unlisted" also hides it from the search and your profile (but not from playlists).</div>
</div>
<divclass="tags-input">
<divclass="tags-input">
{{form_row(uploadForm.isExplicit)}}
{{form_row(uploadForm.isExplicit)}}
<divclass="input-notice">Are the lyrics, cover or any other meta data of this song unsuitable for children and/or not safe for work?</div>
<divclass="input-notice">Are the lyrics, cover or any other meta data of this song unsuitable for children and/or not safe for work?</div>
<divclass="input-notice">Add multiple tags by seperating them with a comma. (eg: "Memes,Funny,Osu")</div>
<divclass="input-notice">Add multiple tags by seperating them with a comma. (eg: "Memes,Funny,Osu")</div>
</div>
</div>
<divclass="tags-input">
{{form_row(uploadForm.publicationStatus)}}
<divclass="input-notice">"Hide from lists" hides your chart from "New" and "Top".<br/>"Unlisted" also hides it from the search and your profile (but not from playlists).</div>
</div>
<divclass="tags-input">
<divclass="tags-input">
{{form_row(uploadForm.isExplicit)}}
{{form_row(uploadForm.isExplicit)}}
<divclass="input-notice">Are the lyrics, cover or any other meta data of this song unsuitable for children and/or not safe for work?</div>
<divclass="input-notice">Are the lyrics, cover or any other meta data of this song unsuitable for children and/or not safe for work?</div>