vendor/assets/javascripts/tinymce/tinymce.d.ts in tinymce-rails-5.10.4 vs vendor/assets/javascripts/tinymce/tinymce.d.ts in tinymce-rails-5.10.5
- old
+ new
@@ -321,10 +321,11 @@
valid_classes?: string | Record<string, string>;
valid_elements?: string;
valid_styles?: string | Record<string, string>;
verify_html?: boolean;
whitespace_elements?: string;
+ padd_empty_block_inline_children?: boolean;
}
interface Attribute {
required?: boolean;
defaultValue?: string;
forcedValue?: string;
@@ -349,10 +350,11 @@
attributePatterns?: AttributePattern[];
attributesRequired?: string[];
paddEmpty?: boolean;
removeEmpty?: boolean;
removeEmptyAttrs?: boolean;
+ paddInEmptyBlock?: boolean;
}
interface SchemaElement extends ElementRule {
outputName?: string;
parentsRequired?: string[];
pattern?: RegExp;
@@ -1430,9 +1432,10 @@
fontsize_formats?: string;
force_hex_style_colors?: boolean;
forced_root_block?: boolean | string;
forced_root_block_attrs?: Record<string, string>;
formats?: Formats;
+ format_empty_lines?: boolean;
gecko_spellcheck?: boolean;
height?: number | string;
hidden_input?: boolean;
icons?: string;
icons_url?: string;