You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to write some custom functionality that we want to include into the FROALA editor field in Django. Unfortunately there seems to be no clear cut way to do this.
We've simply tried copying an existing THIRD PARTY PLUGIN and renaming some of the values but for some reason FROALA does not load this plugin into the editor.
Would it be possible to get a MVC on how to get this done?
The examples in the documentation all point to the user having access to the FROALA object while it is being instantiated using javascript but since Django handles this we are unsure on how to achieve this.
The text was updated successfully, but these errors were encountered:
We are trying to write some custom functionality that we want to include into the FROALA editor field in Django. Unfortunately there seems to be no clear cut way to do this.
We've simply tried copying an existing THIRD PARTY PLUGIN and renaming some of the values but for some reason FROALA does not load this plugin into the editor.
Would it be possible to get a MVC on how to get this done?
The examples in the documentation all point to the user having access to the FROALA object while it is being instantiated using javascript but since Django handles this we are unsure on how to achieve this.
The text was updated successfully, but these errors were encountered: