Added three types of alert/notice/update headings for messages at the top of pages.

This commit is contained in:
2021-11-18 07:13:23 -08:00
parent 3fba22f9d1
commit 276d9b14b0
11 changed files with 151 additions and 14 deletions

View File

@@ -16,10 +16,10 @@ module.exports = {
'sup', 'sub', 'span'
],
allowedClasses: {
'p': ['highlighted', 'alert', 'indent', 'bulletLevel2','apos-indent1', 'apos-indent2'],
'p': ['highlighted', 'alert', 'notice', 'update', 'indent', 'bulletLevel2','apos-indent1', 'apos-indent2'],
'ul': ['bulletLevel2','apos-indent1', 'apos-indent2'],
'div': ['highlighted', 'alert', "bulletLevel2",'apos-indent1', 'apos-indent2', 'date'],
'*': ['highlighted', 'alert', 'bulletLevel2', 'test', '*','apos-indent1', 'apos-indent2']
'div': ['highlighted', 'alert', 'notice', 'update', "bulletLevel2",'apos-indent1', 'apos-indent2', 'date'],
'*': ['highlighted', 'alert', 'notice', 'update', 'bulletLevel2', 'test', '*','apos-indent1', 'apos-indent2']
},
allowedAttributes: {
'*': ['style', 'class'],