mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Update CKEditor links per processwire/processwire-issues#797 @napengam
This commit is contained in:
@@ -1287,9 +1287,9 @@ class InputfieldCKEditor extends InputfieldTextarea implements ConfigModule {
|
|||||||
$f->attr('value', $value ? $value : '');
|
$f->attr('value', $value ? $value : '');
|
||||||
$f->notes = $example . "uiColor: #438ef0\n" .
|
$f->notes = $example . "uiColor: #438ef0\n" .
|
||||||
$this->_('If preferred, these settings can also be set in one of these files:') .
|
$this->_('If preferred, these settings can also be set in one of these files:') .
|
||||||
"\n[/site/modules/InputfieldCKEditor/config.js](https://github.com/processwire/processwire/blob/master/site-default/modules/InputfieldCKEditor/config.js) - " .
|
"\n[/site/modules/InputfieldCKEditor/config.js](https://github.com/processwire/site-default/blob/main/modules/InputfieldCKEditor/config.js) - " .
|
||||||
$this->_('for all CKEditor fields') . " " .
|
$this->_('for all CKEditor fields') . " " .
|
||||||
"\n[/site/modules/InputfieldCKEditor/config-$this->name.js](https://github.com/processwire/processwire/blob/master/site-default/modules/InputfieldCKEditor/config-body.js) - " .
|
"\n[/site/modules/InputfieldCKEditor/config-$this->name.js](https://github.com/processwire/site-default/blob/main/modules/InputfieldCKEditor/config-body.js) - " .
|
||||||
$this->_('only for this CKEditor field');
|
$this->_('only for this CKEditor field');
|
||||||
$wrapper->add($f);
|
$wrapper->add($f);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user