ckeditor_find.css |
css/ckeditor_find.css |
|
div.cke_reset_all .cke_dialog_body {
background-color: #fff;
border-radius: 5px;
}
table .cke_dialog_contents fieldset {
padding: 30px 18px 18px;
}
table .cke_dialog_contents fieldset legend {
padding: 0;
}
.cke_reset_all table… |
ckeditor_find.info.yml |
ckeditor_find.info.yml |
|
ckeditor_find.info.yml |
ckeditor_find.install |
ckeditor_find.install |
|
Install, update and uninstall functions for the ckeditor_find module. |
ckeditor_find.libraries.yml |
ckeditor_find.libraries.yml |
|
ckeditor_find.libraries.yml |
ckeditor_find.module |
ckeditor_find.module |
|
Contains ckeditor_find.module. |
Find.php |
src/Plugin/CKEditorPlugin/Find.php |
Drupal\ckeditor_find\Plugin\CKEditorPlugin |
|
README.txt |
README.txt |
|
CKEditor Find/Replace
--------------------------------------------------------------------------------
This plugin adds Find and Replace functionality for CKEditor in Drupal 8:
- Quickly search the text as well as replace words inside it.
- Common… |