Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
renderer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
renderer
Commits
ee33ac4a
Commit
ee33ac4a
authored
3 years ago
by
Thibaut Vallee
Browse files
Options
Downloads
Patches
Plain Diff
suppression des macros dans tinymce pour le css, coller en temps que text brut
parent
ff152bc0
No related branches found
No related tags found
No related merge requests found
Pipeline
#11206
passed
3 years ago
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
view/unicaen-renderer/template/modifier.phtml
+4
-2
4 additions, 2 deletions
view/unicaen-renderer/template/modifier.phtml
with
4 additions
and
2 deletions
view/unicaen-renderer/template/modifier.phtml
+
4
−
2
View file @
ee33ac4a
...
...
@@ -88,11 +88,13 @@ use UnicaenRenderer\Form\Template\TemplateForm;
});
tinymce
.
init
({
selector
:
'
.css
'
,
toolbar
:
'
newdocument undo redo
| template
'
,
toolbar
:
'
newdocument undo redo
'
,
resize
:
true
,
language
:
'
fr_FR
'
,
entity_encoding
:
"
raw
"
,
plugins
:
'
lists template
'
,
plugins
:
'
paste
'
,
paste_as_text
:
true
,
//Forcer le coler sans style
forced_root_block
:
""
,
//Pas de balise
<
p
>
autour
templates
:
macros
,
statusbar
:
true
,
browser_spellcheck
:
true
,
...
...
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