DOC-3147: Removed documentBaseUrl property from Editor instances, use documentBaseURI instead.#3786
Closed
kemister85 wants to merge 2 commits into
Closed
DOC-3147: Removed documentBaseUrl property from Editor instances, use documentBaseURI instead.#3786kemister85 wants to merge 2 commits into
documentBaseUrl property from Editor instances, use documentBaseURI instead.#3786kemister85 wants to merge 2 commits into
Conversation
Add distinction between tinymce.documentBaseURL and editor.documentBaseURI Expand documentBaseURI documentation with accurate method examples Remove incorrect API method examples Add detailed path resolution explanations Retain documentBaseURL in TinyMCE root API docs
Contributor
Author
|
closing PR, due to inaccuracies with the understanding of this change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: DOC-3147
Site: Staging branch
Changes:
Update URL handling documentation to clarify documentBaseURI and documentBaseURL
This PR updates the documentation to accurately reflect URL handling in TinyMCE, specifically clarifying the distinction between
documentBaseURIanddocumentBaseURL.Changes made:
Documentation Updates
tinymce.documentBaseURL(EditorManager property) andeditor.documentBaseURI(Editor instance methods)documentBaseURIdocumentation with comprehensive examples of URL manipulationtoAbsPathdocumentBaseURLdocumentation in TinyMCE root API as it remains a supported property as this is maintained intinymce/core.File Changes
/modules/ROOT/partials/configuration/document_base_uri.adoc: Updated with accurate method documentation and examples/modules/ROOT/pages/apis/tinymce.root.adoc: RetaineddocumentBaseURLdocumentation/modules/ROOT/partials/configuration/document_base_url.adoc: Removed deprecated documentationTesting
Related
editor.documentBaseUrlPre-checks:
feature/<version>/,hotfix/<version>/,staging/<version>/, orrelease/<version>/.modules/ROOT/nav.adochas been updated(if applicable).release noteentry for anyNew product features.Review: