Typedef

ExportWordConverterExtraHttpHeaders (export-word)

@ckeditor/ckeditor5-export-word/src/exportword

typedefobject

If fetching some resources (e.g. images) used in a generated Word requires passing an additional authorization factor in the form of additional HTTP headers:

extra_http_headers: {
		'https://ckeditor.com': {
			authorization: 'Bearer xxx'
		},
		'https://example.com': {
			authorization: 'Bearer xxx'
		},
}

Filtering

Properties