@@ -19,12 +19,12 @@ default:
19
19
# source code editor instead.
20
20
# source: false
21
21
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
23
23
# to insert a `<br>` tag instead.
24
24
breakline : false
25
25
26
26
# 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
28
28
# the 'upload' and 'list_files:files' permissions in `permissions.yaml`.
29
29
image :
30
30
thumbnail : 1000×1000×max
@@ -50,17 +50,17 @@ default:
50
50
# This setting allows to set maximum height for Redactor
51
51
maxHeight : 700px
52
52
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.
54
54
structure : false
55
55
56
56
# This setting removes all new lines between tags in the Redactor source code
57
- removeNewLines : true
57
+ removeNewLines : false
58
58
59
59
# This setting removes the script tag in the HTML source.
60
60
removeScript : true
61
61
62
62
# To prevent Redactor from removing HTML comments, set this to false.
63
- removeComments : false
63
+ removeComments : true
64
64
65
65
# This setting will remove all tags and formatting from pasted text, excluding links and images.
66
66
pastePlainText : false
@@ -69,7 +69,7 @@ default:
69
69
pasteImages : false
70
70
71
71
# Set this to false, and all links will be pasted as plain text.
72
- pasteLinks : false
72
+ pasteLinks : true
73
73
74
74
# This setting allows to turn off a browser spell checking for Redactor.
75
75
spellcheck : true
@@ -83,4 +83,4 @@ default:
83
83
# If you have added custom plugins, place them in `/assets/redactor/plugins/`, add them to the mapping below.
84
84
# plugins:
85
85
# myplugin: ['myplugin/myplugin.min.js', '/myplugin/myplugin.min.css']
86
-
86
+
0 commit comments