mirror of
https://github.com/processwire/processwire.git
synced 2025-08-06 14:57:10 +02:00
Fix issue processwire/processwire-issues#1960
This commit is contained in:
@@ -86,7 +86,7 @@ users can choose from your editor.**
|
||||
`mystyles:/site/modules/InputfieldCKEditor/mystyles.js`
|
||||
|
||||
- ProcessWire's default profile comes with a
|
||||
[ready-to-go mystyles.js](https://github.com/processwire/processwire/blob/master/site-default/modules/InputfieldCKEditor/mystyles.js)
|
||||
[ready-to-go mystyles.js](https://github.com/processwire/site-default/blob/main/modules/InputfieldCKEditor/mystyles.js)
|
||||
in the exact location mentioned above. Feel free to use this.
|
||||
|
||||
- The term **mystyles** is just something we made up, and you
|
||||
@@ -185,5 +185,4 @@ in ProcessWire.
|
||||
If you will use the same `contents-inline.css` file for all of your
|
||||
inline fields, then just make sure it is specified with the settings for
|
||||
each of your CKEditor inline textarea fields, otherwise you may end up
|
||||
reverting back to the default `contents-inline.css`.
|
||||
|
||||
reverting back to the default `contents-inline.css`.
|
Reference in New Issue
Block a user