Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Commits
2c0c3089
Commit
2c0c3089
authored
4 years ago
by
chris
Browse files
Options
Downloads
Patches
Plain Diff
correct order of services
parent
b6512d5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!109
Track changes ids
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
editors/editoria/src/config/config.js
+6
-6
6 additions, 6 deletions
editors/editoria/src/config/config.js
with
6 additions
and
6 deletions
editors/editoria/src/config/config.js
+
6
−
6
View file @
2c0c3089
...
@@ -56,26 +56,26 @@ export default {
...
@@ -56,26 +56,26 @@ export default {
PmPlugins
:
[
columnResizing
(),
tableEditing
(),
invisibles
([
hardBreak
()])],
PmPlugins
:
[
columnResizing
(),
tableEditing
(),
invisibles
([
hardBreak
()])],
// Always load first
TrackChange
Service,
// Always load first
CommentsService and Link
Service,
//as it matters on how PM treats nodes and marks
//as it matters on how PM treats nodes and marks
services
:
[
services
:
[
new
DisplayBlockLevelService
(),
new
DisplayToolGroupService
(),
new
TextBlockLevelService
(),
new
TextToolGroupService
(),
new
ListsService
(),
new
TrackChangeService
(),
new
TrackChangeService
(),
new
CommentsService
(),
new
CommentsService
(),
new
LinkService
(),
new
LinkService
(),
new
PlaceholderService
(),
new
PlaceholderService
(),
new
ImageService
(),
new
ImageService
(),
new
ListsService
(),
new
InlineAnnotationsService
(),
new
InlineAnnotationsService
(),
new
TablesService
(),
new
TablesService
(),
new
TextBlockLevelService
(),
new
BaseService
(),
new
BaseService
(),
new
BaseToolGroupService
(),
new
BaseToolGroupService
(),
new
DisplayBlockLevelService
(),
new
NoteService
(),
new
NoteService
(),
new
TableToolGroupService
(),
new
TableToolGroupService
(),
new
DisplayToolGroupService
(),
new
ImageToolGroupService
(),
new
ImageToolGroupService
(),
new
TextToolGroupService
(),
new
AnnotationToolGroupService
(),
new
AnnotationToolGroupService
(),
new
NoteToolGroupService
(),
new
NoteToolGroupService
(),
new
ListToolGroupService
()
new
ListToolGroupService
()
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment