2017-12-06 3 views

답변

2

프로젝트 수준에서 colspan 속성을 허용 목록에 시도 apostrophe-rich-text-widgetsindex.js

module.exports = { 
    sanitizeHtml: { 
    allowedAttributes: { 
     'td': ['colspan'] 
    } 
    } 
};