#3359118: Allow table cells to have text formats applied
Merged
requested to merge issue/file_table_formatter-3359118:file_table_formatter-3359118 into 2.0.x
Allows cells in formatted tables to have a text format applied to the contents.
- Adds
use_text_format
andtext_format
config to FileTableFormatter - Passes config through to FileTableFormatterProcessor
- FileTableFormatterProcessor takes format and, if it's set, applies it to the table cell contents
- Applies to headers too since it uses the same processing
- Add schema file with FileTableFormatter schema definition
- Pass services used in FileTableFormatter via
create
method - Bit of PHP type enforcement
Edited by Geoffrey Roberts
Merge request reports
Activity
Please register or sign in to reply