This commit is contained in:
12
node_modules/decap-cms-widget-boolean/src/index.js
generated
vendored
Normal file
12
node_modules/decap-cms-widget-boolean/src/index.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import controlComponent from './BooleanControl';
|
||||
|
||||
function Widget(opts = {}) {
|
||||
return {
|
||||
name: 'boolean',
|
||||
controlComponent,
|
||||
...opts,
|
||||
};
|
||||
}
|
||||
|
||||
export const DecapCmsWidgetBoolean = { Widget, controlComponent };
|
||||
export default DecapCmsWidgetBoolean;
|
||||
Reference in New Issue
Block a user