Skip to content

Commit 1a7b95c

Browse files
authored
Update config.yaml
1 parent 04a3ec3 commit 1a7b95c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ default:
1919
# source code editor instead.
2020
# source: false
2121

22-
# By default, pressing the Enter key will start a new `<p>` paragraph. Set `breakline` to true
22+
# By default, pressing the Enter key will start a new `<p>` paragraph. Set `breakline` to false
2323
# to insert a `<br>` tag instead.
2424
breakline: false
2525

2626
# Settings for images
27-
# Note: The current editor can only upload / insert images if they are granted
27+
# Note: The current editor can only upload / insert images if they are granted
2828
# the 'upload' and 'list_files:files' permissions in `permissions.yaml`.
2929
image:
3030
thumbnail: 1000×1000×max
@@ -50,17 +50,17 @@ default:
5050
# This setting allows to set maximum height for Redactor
5151
maxHeight: 700px
5252

53-
# This settings introduces visual indicators for HTML tags h1-h6 and div, helping users understand the structure of the document.
53+
# This settings introduces visual indicators for HTML tags h1-h6 and div, helping users understand the structure of the document.
5454
structure: false
5555

5656
# This setting removes all new lines between tags in the Redactor source code
57-
removeNewLines: true
57+
removeNewLines: false
5858

5959
# This setting removes the script tag in the HTML source.
6060
removeScript: true
6161

6262
# To prevent Redactor from removing HTML comments, set this to false.
63-
removeComments: false
63+
removeComments: true
6464

6565
# This setting will remove all tags and formatting from pasted text, excluding links and images.
6666
pastePlainText: false
@@ -69,7 +69,7 @@ default:
6969
pasteImages: false
7070

7171
# Set this to false, and all links will be pasted as plain text.
72-
pasteLinks: false
72+
pasteLinks: true
7373

7474
# This setting allows to turn off a browser spell checking for Redactor.
7575
spellcheck: true
@@ -83,4 +83,4 @@ default:
8383
# If you have added custom plugins, place them in `/assets/redactor/plugins/`, add them to the mapping below.
8484
# plugins:
8585
# myplugin: ['myplugin/myplugin.min.js', '/myplugin/myplugin.min.css']
86-
86+

0 commit comments

Comments
 (0)