x00
MVPx00 MVP
Reactions
-
Re: Wysiwyg editor: how to add a stylesheet
You are on the right track put it in themes/YourTheme/design/wysiwyg.css. It works for me. This will only load in wysiwyg mode, which has the iframe. The other modes don't have the iframe (View Post)2 -
Re: Password authentication, Kasper's API
Also you could create a token based endpoint plugin for vanilla as an authentication method. I wouldn't though. (View Post)1 -
Re: Password authentication, Kasper's API
You can use what every authentication you like. But it would very foolish to use the signature based method, which is for server to server. That would hand over full control. Kasper's API clearly men… (View Post)1 -
Re: Password authentication, Kasper's API
Are you doing client <-> api/vanilla or client <-> server <-> api/vanilla As you could go token authentication with middleware that connects with some SSO. Personally I would use se… (View Post)1 -
Re: Wysiwyg editor: how to add a stylesheet
@Clément note in editor.js // Some communities may want to modify just the styling of the Wysiwyg // while editing, so this file will let them. var editorWysiwygCSS = gdn.definition('editorWysiwygCSS… (View Post)6