Added new widgets and text styles and fonts to the system; Moved the logo into the project proper so nothing should be in the root Public folder any more (other than generated content).
This commit is contained in:
@@ -11,10 +11,10 @@ module.exports = {
|
||||
'sup', 'sub', 'span'
|
||||
],
|
||||
allowedClasses: {
|
||||
'p': ['highlighted','apos-indent1', 'apos-indent2', 'bulletLevel2'],
|
||||
'ul': ['bulletLevel2'],
|
||||
'div': ['highlighted', "bulletLevel2"],
|
||||
'*': ['highlighted', 'bulletLevel2', 'test', '*']
|
||||
'p': ['highlighted', 'indent', 'bulletLevel2','apos-indent1', 'apos-indent2'],
|
||||
'ul': ['bulletLevel2','apos-indent1', 'apos-indent2'],
|
||||
'div': ['highlighted', "bulletLevel2",'apos-indent1', 'apos-indent2'],
|
||||
'*': ['highlighted', 'bulletLevel2', 'test', '*','apos-indent1', 'apos-indent2']
|
||||
},
|
||||
allowedAttributes: {
|
||||
'*': ['style', 'class'],
|
||||
|
||||
Reference in New Issue
Block a user