heading/utils
module
Functions
-
getLocalizedOptions( editor ) → Array<HeadingOption>
internalmodule:heading/utils~getLocalizedOptions
Returns heading options as defined in
config.heading.options
but processed to consider the editor localization, i.e. to displayHeadingOption
in the correct language.Note: The reason behind this method is that there is no way to use
t
when the user configuration is defined because the editor does not exist yet.Parameters
editor : Editor
Returns
Array<HeadingOption>