Vypnutí ACF v ck editoru

This commit is contained in:
Tomáš Domes 2019-03-19 22:05:58 +01:00
parent 96c5ab4ee8
commit a6b4d346f5

View file

@ -172,7 +172,8 @@ CKEDITOR_CONFIGS = {
# 'toolbar': 'full',
'height': '40em',
'width': '100%',
'toolbarStartupExpanded': False
'toolbarStartupExpanded': False,
'allowedContent' : True,
},
}