mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #53 from Zauberfisch/patch-2
Added missing $isMultiple
This commit is contained in:
commit
04e99483da
@ -34,6 +34,11 @@ class TagField extends DropdownField {
|
||||
*/
|
||||
protected $titleField = 'Title';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $isMultiple;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param string $title
|
||||
|
Loading…
Reference in New Issue
Block a user