Kaynağa Gözat

Docs: Remove `uiStyle` description from `FontFamilyOption`.

Maciej Gołaszewski 8 yıl önce
ebeveyn
işleme
8b1f9f2fca

+ 0 - 2
packages/ckeditor5-font/src/fontfamily/fontfamilyediting.js

@@ -80,8 +80,6 @@ export default class FontFamilyEditing extends Plugin {
  * @property {module:engine/view/viewelementdefinition~ViewElementDefinition} view View element configuration.
  * @property {Array.<module:engine/view/viewelementdefinition~ViewElementDefinition>} [acceptAlso] An array with all matched elements that
  * view to model conversion should also accept.
- * @property {String} [uiStyle] The style which will be added to the dropdown item representing this option.
- * Defaults to `view.style[ 'font-family' ]`.
  */
 
 /**