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
Hi,
I really like your project and I am trying to get the editor working without wordpress for content editing too.
So I have used the Automattic/isolated-block-editor project https://github.com/Automattic/isolated-block-editor
At the moment everything is fine, but the upload configuration is not clear for me.
I cannot find the necessary configuration parameters in order to enabled or change the upload.
Are those upload URLs/APIs implemented in order to get changed?
I have tried to use the mediaUpload function, without having those settings to be changed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I really like your project and I am trying to get the editor working without wordpress for content editing too.
So I have used the Automattic/isolated-block-editor project
https://github.com/Automattic/isolated-block-editor
At the moment everything is fine, but the upload configuration is not clear for me.
I cannot find the necessary configuration parameters in order to enabled or change the upload.
Are those upload URLs/APIs implemented in order to get changed?
I have tried to use the mediaUpload function, without having those settings to be changed.
`const settings = { };
`
I would appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions