-
I've added video plugin manually but it doesn't being showed
//= require redactor-rails
//= require redactor-rails/video
config.js
$(document).ready(
function(){
var csrf_token = $('meta[name=c…
-
Hi,
After using your package I learned that Redactor is a commercial plugin. Considering it's quality I'd seriously buy a license.
However, I do think that means you can't just bundle redactor with …
-
### Description
I just noticed that Redactor fields inside Super Table fields inside Matrix fields are not converted by the `ckeditor/convert` command. ~~Looks like the command can't find those fie…
-
### Description
When one of the licenses is not linked to an order because it was, for instance, manually created, the query below in the example results in: Invalid Argument – yii\base\InvalidArgu…
-
When using an asset in a CKEditor field the asset's usage status will remain "Unused"
Craft: 5.3.6
Asset Usage: 4.0.0
-
Hi,
I am very interested in your plugin and I have a question : Have you test your plugin with :
``` javascript
$('#redactor').redactor({
linebreaks: true
});
```
?
EpokK updated
11 years ago
-
I'm getting an error where Redactor fields will fail to initialize if the "Styles JSON Object" field is left blank in the plugin settings. Any Redactor fields are inaccessible then.
The console shows…
-
Hi,
I'm trying to load the fullscreen plugin and I'm getting this error:
```
"ReferenceError: RedactorPlugins is not defined"
```
This is my code to initialize Redactor:
```
// Combined modules
an…
-
If field name contains '[]' (for post array), than Redactor plugin cannot been initialized, because jQuery selector "#" (by id) cannot contains square brackets:
```javascript
Rapyd::script("$('#".$t…
-
### Description
Installed Craft CMS through composer. It installs the latest 3.1.6.1 version.
First I get an empty plugin store page (no crash, only the title 'Plugin Store' and nothing else).
If I…