From ada1645188adf79ee10207ae3cf8ef95e74b341b Mon Sep 17 00:00:00 2001 From: Tyler Kelly Date: Fri, 27 Sep 2019 14:45:40 +1000 Subject: [PATCH] Removing references to nowrap --- _data/nav.yml | 1 - _includes/configuration/nowrap.md | 18 ------------------ configure/advanced-editing-behavior.md | 2 -- 3 files changed, 21 deletions(-) delete mode 100644 _includes/configuration/nowrap.md diff --git a/_data/nav.yml b/_data/nav.yml index eaf9e723e..6427a83b7 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -193,7 +193,6 @@ - url: "#br_in_pre" - url: "#custom_undo_redo_levels" - url: "#end_container_on_empty_block" - - url: "#nowrap" - url: "#object_resizing" - url: "#typeahead_urls" - url: "contributing-to-open-source" diff --git a/_includes/configuration/nowrap.md b/_includes/configuration/nowrap.md deleted file mode 100644 index 1683d44d3..000000000 --- a/_includes/configuration/nowrap.md +++ /dev/null @@ -1,18 +0,0 @@ -## nowrap - -This option makes the editable area behave like a `
` tag, and adds a horizontal scroll instead of wrapping text.
-
-**Type:** `Boolean`
-
-**Default Value:** `false`
-
-**Possible Values:** `true`, `false`
-
-##### Example
-
-```js
-tinymce.init({
-  selector: 'textarea',  // change this value according to your HTML
-	nowrap : true
-});
-```
diff --git a/configure/advanced-editing-behavior.md b/configure/advanced-editing-behavior.md
index 0f8b0557a..c93eb84ed 100644
--- a/configure/advanced-editing-behavior.md
+++ b/configure/advanced-editing-behavior.md
@@ -12,8 +12,6 @@ description: Learn about some edge case editor behavior.
 
 {% include configuration/end-container-on-empty-block.md %}
 
-{% include configuration/nowrap.md %}
-
 {% include configuration/object-resizing.md %}
 
 {% include configuration/type-ahead-urls.md %}