Actions
Bug #80072
closedSVG wizard icon rendered in huge size
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2017-03-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
A TCA field's wizard icon is set to a .svg
file. The form engine renders this wizard button huge - see attached screenshot.
It would be better if the icon was given a width and height.
'fieldname' => [ 'config' => [ 'wizards' => [ 'mywizard' => [ 'icon' => 'EXT:myext/icon.svg', ] ] ] ]
https://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/WizardsConfiguration/Index.html#icon
Files
Actions