Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
1733e06b
Commit
1733e06b
authored
Sep 10, 2018
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_xhtml_style] Disable spell checker relying on an external webservice
parent
f2312f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.js.js
...lateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.js.js
+7
-3
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.js.js
View file @
1733e06b
...
@@ -77,8 +77,7 @@
...
@@ -77,8 +77,7 @@
{
name
:
'
document
'
,
{
name
:
'
document
'
,
items
:
[
'
Source
'
,
'
-
'
,
'
Save
'
,
'
Print
'
,
'
-
'
,
'
Templates
'
]},
items
:
[
'
Source
'
,
'
-
'
,
'
Save
'
,
'
Print
'
,
'
-
'
,
'
Templates
'
]},
{
name
:
'
clipboard
'
,
items
:
[
'
Undo
'
,
'
Redo
'
]},
{
name
:
'
clipboard
'
,
items
:
[
'
Undo
'
,
'
Redo
'
]},
{
name
:
'
editing
'
,
items
:
[
'
Find
'
,
'
Replace
'
,
'
-
'
,
'
SelectAll
'
,
{
name
:
'
editing
'
,
items
:
[
'
Find
'
,
'
Replace
'
,
'
-
'
,
'
SelectAll
'
]},
'
-
'
,
'
Scayt
'
]},
'
/
'
,
'
/
'
,
{
name
:
'
basicstyles
'
,
{
name
:
'
basicstyles
'
,
items
:
[
'
Bold
'
,
'
Italic
'
,
'
Underline
'
,
'
Strike
'
,
'
Subscript
'
,
items
:
[
'
Bold
'
,
'
Italic
'
,
'
Underline
'
,
'
Strike
'
,
'
Subscript
'
,
...
@@ -100,6 +99,8 @@
...
@@ -100,6 +99,8 @@
MOBILE_CONFIGURATION
=
{
MOBILE_CONFIGURATION
=
{
toolbar
:
TOOLBAR_MOBILE
,
toolbar
:
TOOLBAR_MOBILE
,
disableNativeSpellChecker
:
false
,
disableNativeSpellChecker
:
false
,
// Remove the WebSpellChecker and SpellCheckAsYouType (SCAYT) plugins.
removePlugins
:
'
scayt,wsc
'
,
// Disable ACF to not destroy HTML on mobile
// Disable ACF to not destroy HTML on mobile
allowedContent
:
true
,
allowedContent
:
true
,
keystrokes
:
[
keystrokes
:
[
...
@@ -109,6 +110,8 @@
...
@@ -109,6 +110,8 @@
DESKTOP_CONFIGURATION
=
{
DESKTOP_CONFIGURATION
=
{
toolbar
:
TOOLBAR_DESKTOP
,
toolbar
:
TOOLBAR_DESKTOP
,
disableNativeSpellChecker
:
false
,
disableNativeSpellChecker
:
false
,
// Remove the WebSpellChecker and SpellCheckAsYouType (SCAYT) plugins.
removePlugins
:
'
scayt,wsc
'
,
// Disable ACF to not destroy HTML on mobile
// Disable ACF to not destroy HTML on mobile
allowedContent
:
true
,
allowedContent
:
true
,
keystrokes
:
[
keystrokes
:
[
...
@@ -119,7 +122,8 @@
...
@@ -119,7 +122,8 @@
toolbar
:
[],
toolbar
:
[],
allowedContent
:
true
,
allowedContent
:
true
,
readOnly
:
true
,
readOnly
:
true
,
removePlugins
:
'
elementspath
'
,
// Remove the WebSpellChecker and SpellCheckAsYouType (SCAYT) plugins.
removePlugins
:
'
elementspath,scayt,wsc
'
,
startupShowBorders
:
false
,
startupShowBorders
:
false
,
startupOutlineBlocks
:
false
,
startupOutlineBlocks
:
false
,
contentsCss
:
''
contentsCss
:
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment