forked from wallabag/wallabag
Added flash message when we try to add to much tags
This commit is contained in:
@ -12,6 +12,7 @@ use Wallabag\CoreBundle\Entity\Tag;
|
||||
class NewTagType extends AbstractType
|
||||
{
|
||||
public const MAX_LENGTH = 40;
|
||||
public const MAX_TAGS = 5;
|
||||
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user