editor-js / link

Link Tool for Editor.js 2.0
MIT License
92 stars 79 forks source link

Is there any way to set headers in config? #38

Open shreeharsha-factly opened 4 years ago

shreeharsha-factly commented 4 years ago

I am trying something in this way to configure tools.

tools: {
...
linkTool: {
   class: LinkTool,
   config: {
        endpoint: 'http://localhost:8008/fetchUrl',
        headers: {
            common: {
                'X-Org': 1,
              },
         },
    },
}
ybenitezf commented 3 years ago

+1