hello
i want to disable big font sizes on ck-editor
i tried changing
'8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px'
to
'8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px'
but nothing changed in the editor , and the 72px font size still appearing
it's ok .. i could find the
it's ok .. i could find the answer by my self
i edited the file
ckeditor/ckeditor.js
and took off the unwanted sizes
thank u