feat: add RichTextEditor component for rich text editing in articles
feat: create SanitizeBlogBodiesCommand to clean existing blog bodies according to current HTML sanitization policies test: add AppointmentTreatmentSessionLinkTest to ensure appointment booking functionality works correctly with treatment session links
This commit is contained in:
@@ -45,7 +45,12 @@ framework:
|
||||
div: []
|
||||
a: ['href', 'title', 'target', 'rel']
|
||||
img: ['src', 'alt', 'title', 'width', 'height']
|
||||
table: []
|
||||
# سه attributeِ ظاهریِ قدیمیِ جدول عمداً مجازند. هیچکدام
|
||||
# نمیتوانند حاملِ اسکریپت یا URL باشند — مقدارشان عدد است — و
|
||||
# بدونشان جدولِ صدها مقالهٔ موجود حاشیه و فاصلهاش را از دست
|
||||
# میداد. `style` همچنان ممنوع است: تنها attributeِ ظاهریِ این
|
||||
# جمع که میتواند بارِ اجرایی حمل کند.
|
||||
table: ['border', 'cellpadding', 'cellspacing']
|
||||
thead: []
|
||||
tbody: []
|
||||
tfoot: []
|
||||
|
||||
Reference in New Issue
Block a user