1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-06 14:57:10 +02:00
This commit is contained in:
Ryan Cramer
2024-11-22 14:22:52 -05:00
parent 7b893abba3
commit 496509c39f

View File

@@ -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`.