Actions
Bug #15525
closedimage_zoom as a constant
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2006-01-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
It would be nice to have 'image_zoom' definable as a constant or to have possibility to change default value for it when making new textpic.
(issue imported from #M2422)
Updated by Ernesto Baschny over 18 years ago
This can already be done with standard UserTS methods. You can define any default for any field that gets set for forms that TYPO3 is generating, and you can even do that user/group specific. E.g. setting this in your "editors" group:
TCAdefaults.tt_content.image_zoom = 1
will default that field to "1".
Actions