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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
At the moment the apiFetch function has to be set at the initialization of the page.
The problem I have with this is that I cannot use my angular services then because angular has not been loaded at that time. I was wondering if there maybe could be a way to set apiFetch later on, maybe at the initialization of the editor? Eg like this:
import { apiFetch } from 'src/app/new-api-fetch'
import { editPost } from '@frontkom/gutenberg-js';
editPost.initializeEditor('editor', 'page', 1, settings, {}, apiFetch);
The text was updated successfully, but these errors were encountered:
At the moment the apiFetch function has to be set at the initialization of the page.
The problem I have with this is that I cannot use my angular services then because angular has not been loaded at that time. I was wondering if there maybe could be a way to set apiFetch later on, maybe at the initialization of the editor? Eg like this:
The text was updated successfully, but these errors were encountered: