tinymce-docs icon indicating copy to clipboard operation
tinymce-docs copied to clipboard

DOC-1928: Clean up `partials/configuration` directory

Open FarzadHayat opened this issue 1 year ago • 1 comments

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_show code example
  • Change typography_langs type from Object to Array
  • Fix language name typo Servian to Serbian
  • Add missing false type to anchor_bottom and anchor_top
  • Add missing true type to auto_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 full for tinycomments_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_options from String to Object
  • Remove incorrect sentence from indentation about the default value
  • Add missing false type for insert_toolbar`
  • Fix incorrect type for mentions_selector from Function to String and add default value
  • Add missing Number type for nonbreaking_force_tab
  • Fix incorrect type for noneditable_regexp from 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 false type 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_callback from String to Function

Pre-checks:

  • [x] Branch prefixed with feature/<version>/, hotfix/<version>/, staging/<version>/, or release/<version>/.
  • [-] modules/ROOT/nav.adoc has been updated (if applicable).
  • [-] Included a release note entry for any New product features.
  • [-] If this is a minor release, updated productminorversion in antora.yml and added new supported versions entry in modules/ROOT/partials/misc/supported-versions.adoc.

Review:

  • [ ] Documentation Team Lead has reviewed

FarzadHayat avatar Feb 04 '25 05:02 FarzadHayat

  • [ ] Documentation Team Lead has reviewed- please hold of merging this if possible until i can review.

kemister85 avatar Feb 11 '25 23:02 kemister85