Actions
Bug #84633
closedAllow span tags in fieldInformation html
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2018-04-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using the TCA option "fieldInformation" you can return some html that is displayed between label and the real field. Unfortunately only some html tags are allowed (<a><br><br/><div><em><i><p><strong>). As bootstrap (and FormEngine itself) uses a lot of classes within a span tag, this should be applied to the allowed tags as well.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56573
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56574
Updated by Nicole Cordes over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8b17154350bbdbb12d161ebc43c5ce407ed0ec01.
Actions