tinymce-docs
tinymce-docs copied to clipboard
DOC-1928: Clean up `partials/configuration` directory
Ticket: DOC-1928
Site: Staging branch
I recreated the original PR and retained only the essential changes that are fixing something with factual inaccuracy or visual bug. This PR is oly 46 files with small changes in each, so it is easier to review. All changes in this PR have been visually checked for correction using a side-by-side comparison between tinymce/7 and hotfix/7/DOC-1928_3.
Changes:
- Fix basic setup example for Typography plugin
- Refactor custom sidebar spec object into a table
- Fix incomplete
sidebar_showcode example - Change
typography_langstype from Object to Array - Fix language name typo
ServiantoSerbian - Add missing
falsetype toanchor_bottomandanchor_top - Add missing
truetype toauto_focus - Add missing code example for
auto_focus: true - Add missing default value for
autoresize_bottom_margin - Add missing default value for
autoresize_overflow_padding - Add missing possible and default value
fullfortinycomments_access - Add missing default value for
content_css - Add missing Object type for
custom_elements - Fix incomplete code example for
custom_ui_selector - Fix incomplete default value for
directionality - Add missing type, default value, and code example for
doctype - Fix incorrect type for
importword_converter_optionsfrom String to Object - Remove incorrect sentence from
indentationabout the default value - Add missing
falsetype for insert_toolbar` - Fix incorrect type for
mentions_selectorfrom Function to String and add default value - Add missing Number type for
nonbreaking_force_tab - Fix incorrect type for
noneditable_regexpfrom String to RegExp - Fix incomplete default value for
object_resizing - Add missing description for
pagebreak_separator - Add missing code example for
powerpaste_allow_local_images - Add missing Function type for
powerpaste_html_import - Fix incomplete default value for
resize - Add missing
falsetype for selection_toolbar` - Fix incomplete default value for
table_grid - Fix incorrect description and code example for
tableofcontents_header - Fix broken example block in
text_color.adoc - Fix incomplete default value for
toolbar_mode - Fix incorrect type for
video_templete_callbackfrom String to Function
Pre-checks:
- [x] Branch prefixed with
feature/<version>/,hotfix/<version>/,staging/<version>/, orrelease/<version>/. - [-]
modules/ROOT/nav.adochas been updated(if applicable). - [-] Included a
release noteentry for anyNew product features. - [-] If this is a minor release, updated
productminorversioninantora.ymland added new supported versions entry inmodules/ROOT/partials/misc/supported-versions.adoc.
Review:
- [ ] Documentation Team Lead has reviewed
- [ ] Documentation Team Lead has reviewed- please hold of merging this if possible until i can review.