From 496509c39f19d510b7572f6038b0c5c0c594ac50 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 22 Nov 2024 14:22:52 -0500 Subject: [PATCH] Fix issue processwire/processwire-issues#1960 --- wire/modules/Inputfield/InputfieldCKEditor/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wire/modules/Inputfield/InputfieldCKEditor/README.md b/wire/modules/Inputfield/InputfieldCKEditor/README.md index ebbd96e7..610df2c1 100644 --- a/wire/modules/Inputfield/InputfieldCKEditor/README.md +++ b/wire/modules/Inputfield/InputfieldCKEditor/README.md @@ -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`. \ No newline at end of file