MCPcopy Create free account
hub / github.com/decaporg/decap-cms / updateConfig

Function updateConfig

cypress/plugins/index.js:170–176  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

168 return null;
169 },
170 async updateConfig(config) {
171 await updateConfig(current => {
172 merge(current, config);
173 });
174
175 return null;
176 },
177 async useRichTextWidget() {
178 console.log('Updating config to use richtext widget');
179 await updateConfig(current => {

Callers 6

setupTestBackendFunction · 0.70
useRichTextWidgetFunction · 0.70
setupGitLabFunction · 0.70
setupBitBucketFunction · 0.70
setupProxyFunction · 0.70
setupGitHubFunction · 0.70

Calls 1

mergeFunction · 0.85

Tested by

no test coverage detected