Skip to content
Snippets Groups Projects
Unverified Commit 4c6b4c2e authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #20846 from colemanw/fixCkEditorExtension

CKEditor - Fix .tpl insertion on every form
parents d0efb0d7 98fdc576
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment