Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Development
CiviCRM Core
Commits
4c6b4c2e
Unverified
Commit
4c6b4c2e
authored
3 years ago
by
Seamus Lee
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #20846 from colemanw/fixCkEditorExtension
CKEditor - Fix .tpl insertion on every form
parents
d0efb0d7
98fdc576
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ext/ckeditor4/ckeditor4.php
+3
-3
3 additions, 3 deletions
ext/ckeditor4/ckeditor4.php
with
3 additions
and
3 deletions
ext/ckeditor4/ckeditor4.php
+
3
−
3
View file @
4c6b4c2e
...
...
@@ -156,10 +156,10 @@ function ckeditor4_civicrm_buildForm($formName, $form) {
'value'
=>
1
,
]
);
CRM_Core_Region
::
instance
(
'form-bottom'
)
->
add
([
'template'
=>
'CRM/Admin/Form/Preferences/Ckeditor.tpl'
,
]);
}
CRM_Core_Region
::
instance
(
'form-bottom'
)
->
add
([
'template'
=>
'CRM/Admin/Form/Preferences/Ckeditor.tpl'
,
]);
}
function
ckeditor4_civicrm_coreResourceList
(
&
$list
,
$region
)
{
...
...
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