Rewrite logger

This commit is contained in:
Kiryl
2021-11-30 16:00:28 +03:00
parent f69c638640
commit 2e5f666777
4 changed files with 9 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ config.allowedContent = {
styles: ['*']
},
p : {
styles: ['text-align', 'text-indent'],
styles: ['text-align', 'text-indent', 'border-top', 'border-bottom'],
classes: ['*']
},
strong : {},