Documentation ¶
Index ¶
Constants ¶
View Source
const Tag feature.Tag = "fs-editor-unsafe"
Variables ¶
View Source
var ( DefaultEditorType = "unsafe" DefaultEditorKey = "unsafe" )
Functions ¶
This section is empty.
Types ¶
type CFeature ¶
type CFeature struct { fs_editor.CEditorFeature[MakeFeature] }
func (*CFeature) SiteFeatureMenu ¶
type Feature ¶
type Feature interface { feature.EditorFeature }
type MakeFeature ¶
type MakeFeature interface { feature.EditorMakeFeature[MakeFeature] Make() Feature }
func New ¶
func New() MakeFeature
func NewTagged ¶
func NewTagged(tag feature.Tag) MakeFeature
Click to show internal directories.
Click to hide internal directories.