Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build embed.FS
View Source
var Info embed.FS
Functions ¶
This section is empty.
Types ¶
type Embed ¶
type Embed struct {
Config *EmbedConfig
}
func (*Embed) ConfigFields ¶
func (e *Embed) ConfigFields() []plugin.ConfigField
func (*Embed) ConfigReceiver ¶
type EmbedConfig ¶
type EmbedConfig struct {
Codepen bool `json:"codepen"`
Dropbox bool `json:"dropbox"`
Excalidraw bool `json:"excalidraw"`
Figma bool `json:"figma"`
Githubgist bool `json:"githubgist"`
Jsfiddle bool `json:"jsfiddle"`
Loom bool `json:"loom"`
Twitter bool `json:"twitter"`
Youtube bool `json:"youtube"`
}
Click to show internal directories.
Click to hide internal directories.