Can anyone tell me how I restrict the editor to only allow h1 and h2 under the Format attribute in the CKEditor:
CKEDITOR_SETTINGS_TITLE = {
'language': '{{ language }}',
'toolbar_HTMLField': [
['Format']
]
}
Can anyone tell me how I restrict the editor to only allow h1 and h2 under the Format attribute in the CKEditor:
CKEDITOR_SETTINGS_TITLE = {
'language': '{{ language }}',
'toolbar_HTMLField': [
['Format']
]
}