Hello,
I’m creating custom field extension in Contentful with my custom editor. How to open extension inside dialog and span full screen (as i.e. markdown editor) without any overlay?
I can not find in SDK docs appropriate option. Setting width to fullWidth
doesn’t help. Did I miss something? Or maybe is there any work around?
sdk.dialogs.openExtension({width: 'fullWidth'})