Commit 11c44745 authored by catch's avatar catch
Browse files

Issue #3227033 by Spokje, xjm, dww, longwave, Wim Leers, ravi.shankar, catch,...

Issue #3227033 by Spokje, xjm, dww, longwave, Wim Leers, ravi.shankar, catch, mstrelan, quietone, bbrala: Remove Quick Edit from core
parent c2af5754
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -344,10 +344,6 @@ Plugin
Queue
- James Gilliland 'neclimdul' https://www.drupal.org/u/neclimdul

Quick Edit
- Wim Leers 'Wim Leers' https://www.drupal.org/u/wim-leers
- Théodore Biadala 'nod_' https://www.drupal.org/u/nod_

RDF
- ?

+0 −24
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ ahah
aimez
aiufyfh
ajaxcallback
ajaxify
ajaxing
akiko
allwords
@@ -361,7 +360,6 @@ drivertestpqsql
drivertext
dropbutton
dropbuttons
dropzone
drudbal
drup
drupalci
@@ -474,7 +472,6 @@ filesystems
filetransfer
filevalidationerror
filterprovider
filtertypes
findwith
firstcolumn
fixnull
@@ -503,7 +500,6 @@ fourthcolumn
fozzie
fqcn
fraîche
freenode
frombracket
frontpage
fsdf
@@ -511,7 +507,6 @@ fudgy
fulldata
fulldate
fulltext
fullwidth
funciona
functionaljavascripttest
functionaltest
@@ -779,7 +774,6 @@ minusthick
missingkey
missingkeys
miterlimit
mjuc
mlfr
mlid
mlids
@@ -849,7 +843,6 @@ nearbykeyword
necolas
negotiatiors
nemo
networkerror
newcol
newdata
newfieldinitial
@@ -871,7 +864,6 @@ nocache
nocase
nocdata
nocookie
nocssjs
nodereference
nodir
nodo
@@ -984,7 +976,6 @@ plusthick
poink
pommes
ponedjeljak
popperedge
popperjs
porterstemmer
português
@@ -1054,9 +1045,6 @@ pwprompt
queryor
querystring
questionmark
quickedit
quickediting
quickeditor
quicklinks
quickstart
quinlan
@@ -1170,7 +1158,6 @@ shatner
shorterthan
shortlink
showblocks
sidebarborders
siema
silverlight
silvie
@@ -1388,15 +1375,12 @@ tiplist
titel
titlealert
titlebar
titleslogan
tlds
tmpfs
tnid
toggleable
togglewrap
tongatapu
toolgroup
toolgroups
toolkits
toolongdomainexampledomainexampledomainexampledomainexampledomain
toplevel
@@ -1434,7 +1418,6 @@ uicrud
uids
ulwa
umami
unajaxify
unaliased
unallowed
unassigning
@@ -1450,9 +1433,7 @@ unchecking
unclickable
uncollapsible
unconfigured
undecorate
undelayed
undelegate
undoable
undraggable
unextracted
@@ -1479,10 +1460,8 @@ unmatch
unminified
unmoderated
unoptimized
unpad
unparseable
unpermissioned
unprefix
unprefixed
unpreloaded
unpromote
@@ -1539,7 +1518,6 @@ veniam
verison
versionable
versionless
veryfast
verygreatdrupalmodule
vfsstream
vibber
@@ -1547,7 +1525,6 @@ vids
viewmode
viewports
viewsviewfiles
vmov
vocabs
volgende
vorige
@@ -1624,7 +1601,6 @@ zendframework
zettabyte
zettabytes
zipf's
znor
zomg
zoneinfo
zonelist
+1 −4
Original line number Diff line number Diff line
@@ -495,8 +495,6 @@
     *   The text format used in the editor.
     * @param {string} [mainToolbarId]
     *   The id attribute for the main editor toolbar, if any.
     *
     * @see Drupal.quickedit.editors.editor
     */
    attachInlineEditor(element, format, mainToolbarId) {
      const { editorDecoupled } = CKEditor5;
@@ -524,8 +522,7 @@
          editor.model.document.on('change:data', () => {
            const callback = callbacks.get(id);
            if (callback) {
              // Quick Edit requires the current data to update EditorModel.
              // @see Drupal.quickedit.editors.editor
              // Allow modules to update EditorModel by providing the current data.
              debounce(callback, 400)(editor.getData());
            }
          });
+0 −3
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@
 *   label = @Translation("Comment list"),
 *   field_types = {
 *     "comment"
 *   },
 *   quickedit = {
 *     "editor" = "disabled"
 *   }
 * )
 */
+0 −3
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@
 *   field_types = {
 *     "string",
 *     "uri",
 *   },
 *   quickedit = {
 *     "editor" = "plain_text"
 *   }
 * )
 */
Loading