Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Commits
5c517d26
Commit
5c517d26
authored
3 years ago
by
robban64
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove unused tinymce plugins
parent
32ad618a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#45250
passed with warnings
3 years ago
Stage: setup
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/pages/presentationEditor/components/TextComponentEdit.tsx
+2
-6
2 additions, 6 deletions
...pages/presentationEditor/components/TextComponentEdit.tsx
with
2 additions
and
6 deletions
client/src/pages/presentationEditor/components/TextComponentEdit.tsx
+
2
−
6
View file @
5c517d26
...
...
@@ -66,15 +66,11 @@ const TextComponentEdit = ({ component }: ImageComponentProps) => {
Verdana=verdana,geneva; Webdings=webdings; Wingdings=wingdings,zapf dingbats
'
,
fontsize_formats
:
'
8pt 9pt 10pt 11pt 12pt 14pt 18pt 24pt 30pt 36pt 48pt 60pt 72pt 96pt 120pt 144pt
'
,
content_style
:
'
body {font-size: 24pt; font-family: Calibri;}
'
,
plugins
:
[
'
advlist autolink lists link image charmap print preview anchor
'
,
'
searchreplace visualblocks code fullscreen
'
,
'
insertdatetime media table paste code help wordcount
'
,
],
plugins
:
[
'
advlist autolink lists link charmap anchor visualblocks code paste help wordcount
'
],
toolbar
:
'
fontsizeselect | bold italic backcolor | help |
\
fontselect | formatselect | undo redo |
\
alignleft aligncenter alignright alignjustify bullist numlist outdent indent | removeformat |
'
,
alignleft aligncenter alignright alignjustify bullist numlist outdent indent | removeformat |
code
'
,
}
}
onEditorChange
=
{
(
a
,
e
)
=>
handleSaveText
(
a
)
}
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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