Export the services configuration
Open
- Dominant language
- TypeScript
- Stars
- 159
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
In order to avoid repeating too much when overriding a service’s configuration only partially, it’d be great to be able to extend the bundled configuration:
```javascript
import Embed, { services } from '@editorjs/embed'
// …
embed: {
class: Embed,
config: {
services: {
vimeo: {
...services.vimeo,
html: `
${services.vimeo.html}
`
}
}
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.