mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 09:05:32 +00:00
Added missing $isMultiple
This commit is contained in:
parent
1dd341c559
commit
99c2ff75d9
@ -34,6 +34,11 @@ class TagField extends DropdownField {
|
||||
*/
|
||||
protected $titleField = 'Title';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $isMultiple;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param string $title
|
||||
|
Loading…
x
Reference in New Issue
Block a user