Skip to main content
Module

x/netlify_cms_config/mod.ts>Boolean

Netlify CMS config generator
Latest
class Boolean
extends Field<Options>
Re-export
import { Boolean } from "https://deno.land/x/netlify_cms_config@v0.3.2/mod.ts";

Constructors

new
Boolean(label: string, config?: Options)

Properties

widget: string

Methods

default(defaultValue: boolean): this

Default value for the boolean field

Static Properties

defaults: Options