-
Notifications
You must be signed in to change notification settings - Fork 221
DOC-1928: Clean up partials/configuration directory
#3592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: tinymce/7
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ As of {productname} 7.5.0, the default value of the `exportword_converter_option | |
| .**Default value:** | ||
| [source,js] | ||
| ---- | ||
| exportword_converter_options: { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please explain why you removed the |
||
| { | ||
| document: { | ||
| size: 'letter' | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,8 +12,8 @@ This invalid list: | |
| <ol> | ||
| <li>b</li> | ||
| <li>c</li> | ||
| </ol> | ||
| <li>e</li> | ||
| </ol> | ||
| <li>e</li> | ||
| </ol> | ||
| ---- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| [[importword-converter-options]] | ||
| == `importword_converter_options` | ||
|
|
||
| **Type:** `String` | ||
| **Type:** `+Object+` | ||
|
|
||
| [NOTE] | ||
| As of {productname} 7.5.0, the default value of the `importword_converter_options` setting has been updated to the following: | ||
|
|
||
| .**Default value:** | ||
| [source,js] | ||
| ---- | ||
| importword_converter_options: { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar question to the export_word. I'm just worried that it's a bit confusing to understand with no prior experience to remove that the function in the default value. I see that it's in the example so it's not hard for someone to put it together. If I could get an explanation to the idea of removing the function name, I'd really appreciate it :D |
||
| { | ||
| formatting: { | ||
| styles: 'inline', | ||
| resets: 'inline', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.