SealSkin
Server Referencemodels

TemplateSchemaSetting

Definition of one environment variable editable in templates.

Attributes

attributenamestr
attributecategorystr
attributetypestr
attributedefaultstr
= ''
attributedockerbool
= False
attributeoptionslist[TemplateSchemaOption] | None
= None

Functions

func_stringify_default(value) -> str

Coerce YAML scalars (bools, ints) to the string the editor expects.

paramvalueAny

Returns

str

On this page