-
When saving the blocks, the image block without a selected image doesn't provide an URL parameter under file. When an image is selected, it does. With the URL parameter the validator configuration for…
-
Hi, this is my current configuration for the tool:
image: {
class: ImageTool,
config: {
endpoints: {
…
-
## Issue
In our app we have lot's of "Enrichments". They can have several different types (eg. `image`, `audio`, ...). Because of legacy reasons we cannot simply render a `` or `` tag.
Neverthel…
-
## Current Situation
Currently, I am using editorjs in a [react environment](https://www.npmjs.com/package/@natterstefan/react-editor-js). That is why I came up with the two other issues and questi…
-
Hi,
Do you have any official Json Schema document in order to validate the Json that is provided by the tool?
Thanks,
Jaume
-
Good day guys,
I have a summary of my concern below
```
const EDITOR_JS_TOOLS = {
image: {
class: Image,
config: {
endpoints: {
byFile: 'htt…
-
Hi,
Is there any way to modify the default icon and tooltip text when you load the tool in the editor config? Like the "placeholder" option or something like that. The main problem is the default e…
-
When set big object to tool's config:
EditorJS can't be launched:
```
Module Tools was skipped because of RangeError: Maximum call stack size exceeded
```
I think that this is resolve…
-
Hi,
Thanks for the great integration of EditorJS into Angular!
I must admit I'm not smart enough to figure out how to set the configuration for the Image block plugin.
If I understand correctly, it…
-
Hi, I'm trying to create a Strapi plugin that replaces the default editor with EditorJs. I'm using a React wrapper ("@natterstefan/react-editor-js": "^0.3.1") to add it to the admin area. The default …