projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BUGFIX] Add IMAGE_MANIPULATION type to TableColumnType
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Classes
/
DataHandling
/
TableColumnType.php
diff --git
a/typo3/sysext/core/Classes/DataHandling/TableColumnType.php
b/typo3/sysext/core/Classes/DataHandling/TableColumnType.php
index
9579d65
..
ce2cbbd
100644
(file)
--- a/
typo3/sysext/core/Classes/DataHandling/TableColumnType.php
+++ b/
typo3/sysext/core/Classes/DataHandling/TableColumnType.php
@@
-37,6
+37,7
@@
class TableColumnType extends \TYPO3\CMS\Core\Type\Enumeration {
const USER = 'USER';
const FLEX = 'FLEX';
const INLINE = 'INLINE';
+ const IMAGE_MANIPULATION = 'IMAGE_MANIPULATION';
/**
* @param mixed $type