CodeBlockLanguageDefinition (code-block)
@ckeditor/ckeditor5-code-block/src/codeblock
typedef
Object
The code block language descriptor. See languages
to learn more.
Filtering
Properties
-
The CSS class associated with the language. When not specified the
language
property is used to create a class prefixed by "language-". -
The human–readable label associated with the language and displayed in the UI.
-
The name of the language that will be stored in the model attribute. Also, when
class
is not specified, it will be used to create the CSS class associated with the language (prefixed by "language-").
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.