Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
3629c32a
Commit
3629c32a
authored
Oct 11, 2018
by
Elias Villiger
Browse files
B4751 - Add bulleted und numbered lists back to tinyMCE Editor - refs #4751, closes #4751
parent
8203e8f7
Pipeline
#982
passed with stage
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
3629c32a
...
...
@@ -3105,7 +3105,7 @@ Type: editor
* The default setting in *FormElement.parameter* is::
editor-plugins=code link searchreplace table textcolor textpattern visualchars
editor-plugins=code link
lists
searchreplace table textcolor textpattern visualchars
editor-toolbar=code searchreplace undo redo | styleselect link table | fontselect fontsizeselect | bullist numlist outdent indent | forecolor backcolor bold italic editor-menubar=false
editor-statusbar=false
...
...
extension/qfq/qfq/AbstractBuildForm.php
View file @
3629c32a
...
...
@@ -3452,7 +3452,7 @@ abstract class AbstractBuildForm {
// plugins
if
(
!
isset
(
$formElement
[
FE_EDITOR_PREFIX
.
'plugins'
]))
{
$formElement
[
FE_EDITOR_PREFIX
.
'plugins'
]
=
'code link searchreplace table textcolor textpattern visualchars'
;
$formElement
[
FE_EDITOR_PREFIX
.
'plugins'
]
=
'code link
lists
searchreplace table textcolor textpattern visualchars'
;
}
// toolbar: https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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