We are trying to dock/pin the CKEditor to the bottom of the IFrame/Viewing area of grapesjs, the problem is we don't have id's for grapesJS at the time we are going through and initializing the editor and configuring toolbar via the plug-in options as the Ids of the text box included seem to be auto generated.
Here are pictures of our typescript component implementation and some pictures of the divs of each editor, so I cannot figure out how to get sharedSpaces: { top: 'id', bottom: 'id' }, toolbarLocation: 'bottom'
Let me know if you have any suggestions or need anything else to help.
We are trying to dock/pin the CKEditor to the bottom of the IFrame/Viewing area of grapesjs, the problem is we don't have id's for grapesJS at the time we are going through and initializing the editor and configuring toolbar via the plug-in options as the Ids of the text box included seem to be auto generated.
Here are pictures of our typescript component implementation and some pictures of the divs of each editor, so I cannot figure out how to get sharedSpaces: { top: 'id', bottom: 'id' }, toolbarLocation: 'bottom'
Let me know if you have any suggestions or need anything else to help.