projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0efb0d
)
CKEditor - Fix .tpl insertion on every form
author
Coleman Watts
<coleman@civicrm.org>
Wed, 14 Jul 2021 18:45:58 +0000
(14:45 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 14 Jul 2021 18:45:58 +0000
(14:45 -0400)
ext/ckeditor4/ckeditor4.php
patch
|
blob
|
blame
|
history
diff --git
a/ext/ckeditor4/ckeditor4.php
b/ext/ckeditor4/ckeditor4.php
index ad1bd50823f1de463f62b04750182be2e441afe8..1823176d607502ddbaacfdece649ac94f50ff41d 100644
(file)
--- a/
ext/ckeditor4/ckeditor4.php
+++ b/
ext/ckeditor4/ckeditor4.php
@@
-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) {