Skip to main content
Version: Next

Multi-Line Strings

Multi-line string settings are supported in Fig by adding an attribute to the string setting. The number indicates how many lines will be shown in the editor.

Usage

[Setting("Multi Line Setting")]
[MultiLine(6)]
public string? MultiLineString { get; set; }

Appearance

multiline-setting