Skip to content

Commit

Permalink
BUGFIX: Allow override rendering of highlight columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz authored Sep 15, 2020
1 parent 263f892 commit 8de5663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/Private/Fusion/Prototypes/HtmlTable.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@ prototype(VIVOMEDIA.SimpleTable:HtmlTableColumn) < prototype(Neos.Fusion:Tag) {

prototype(VIVOMEDIA.SimpleTable:HtmlTableHighlightColumn) < prototype(VIVOMEDIA.SimpleTable:HtmlTableColumn) {
tagName = 'th'
content = ${item}
}

0 comments on commit 8de5663

Please sign in to comment.