Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1afe68f
)
MDL-68568 editor-atto: Move 'indent' next to 'lists' by default.
author
Mike Churchward
<mike.churchward@poetgroup.org>
Thu, 30 Apr 2020 17:20:50 +0000
(13:20 -0400)
committer
Jun Pataleta
<jun@moodle.com>
Wed, 20 May 2020 16:10:37 +0000
(
00:10
+0800)
lib/editor/atto/settings.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/editor/atto/settings.php
b/lib/editor/atto/settings.php
index
58508c4
..
13a1c7a
100644
(file)
--- a/
lib/editor/atto/settings.php
+++ b/
lib/editor/atto/settings.php
@@
-34,12
+34,11
@@
if ($ADMIN->fulltree) {
$desc = new lang_string('toolbarconfig_desc', 'editor_atto');
$default = 'collapse = collapse
style1 = title, bold, italic
-list = unorderedlist, orderedlist
+list = unorderedlist, orderedlist
, indent
links = link
files = emojipicker, image, media, recordrtc, managefiles, h5p
style2 = underline, strike, subscript, superscript
align = align
-indent = indent
insert = equation, charmap, table, clear
undo = undo
accessibility = accessibilitychecker, accessibilityhelper