Content deleted Content added
add plainlist= param (default yes) to allow turning off "plainlist" class for text cell |
+textclass parameter |
||
Line 40:
if args.image and args.image ~= 'none' then
data.image = args.image
end
-- Copy over data that
local argsToCopy = {
-- Classes
'textclass',
-- Styles
'style',
Line 113 ⟶ 110:
end
local textCell = bodyRow:newline():tag('td')
textCell:addClass('mbox-text plainlist')▼
▲ textCell:addClass('mbox-text')
if data.textstyle then
textCell:cssText(data.textstyle)
|