Skip to content

Commit 55b4925

Browse files
committed
Added TYPE_STRING as text type
- for compatibility with older systems only, it is removed in latest versions
1 parent 5ceddad commit 55b4925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mapping/AllowedValues.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class AllowedValues
1818
// Text types
1919
public const TYPE_TEXT = 'text';
2020
public const TYPE_KEYWORD = 'keyword';
21+
public const TYPE_STRING = 'string'; // deprecated
2122

2223
// Boolean types
2324
public const TYPE_BOOLEAN = 'boolean';

0 commit comments

Comments
 (0)