config

package
v0.0.0-...-fe01dad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bubble

type Bubble struct {
	Enabled     bool
	TextContent string
}

type Cta

type Cta struct {
	Enabled     bool
	TextContent string
}

type IntroVideoFormValues

type IntroVideoFormValues struct {
	Theme         Theme
	CtaEnabled    bool
	BubbleEnabled bool
	CtaText       string
	BubbleText    string
	Url           string
}

type Theme

type Theme string
const (
	DefaultTheme         Theme = "default"
	ShadcnThemeLight     Theme = "shadcnLight"
	ShadcnThemeDark      Theme = "shadcnDark"
	MaterialUiThemeLight Theme = "materialUiLight"
	MaterialUiThemeDark  Theme = "materialUiDark"
	TailwindThemeDark    Theme = "tailwindDark"
	TailwindThemeLight   Theme = "tailwindLight"
	Crocoder             Theme = "crocoder"
	NoneTheme            Theme = "none"
)

func NewTheme

func NewTheme(theme string) (Theme, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL